Expose Generic as Property

Exposing List as Property of Class in C#

Expose a generic List<T> as a property: As per Object Oriented Principles and .NET standards exposing field variables as a public…

7 years ago