How to use System.Lazy with Setter to Lazy Initialization of List in POCO Entities?

前端 未结 0 1432
挽巷
挽巷 2021-02-12 18:44

I want to use System.Lazy to Lazy Initialization of my List in my Entites:

public class Questionary
{
    private Lazy> _questions = n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题