Hi Guys,
I need explanation of the following code , Can please help me in learning it
var product1 = new Lazy<_Default>(() => new _Default { ID = 1, product = "TV" });
Thank you
Hi Guys,
I need explanation of the following code , Can please help me in learning it
var product1 = new Lazy<_Default>(() => new _Default { ID = 1, product = "TV" });
Thank you