0
kicks
Inner Fields and Lazy Initialization in C#
Steve Smith shows us how we can use lazy properties without inner fields and without the fear of accidentally causing a NullReferenceException by accessing the inner field directly from code.