Browse by Tags

All Tags » C# » Tips-n-Tricks (RSS)
DoNotExposeGenericLists is a Code Analysis rule exposed within Visual Studio when List<T> is publically exposed. For example, List<T> may be exposed through properties, methods, parameters, etc. Why does DoNotExposeGenericLists recommend that...
Posted by dbottjer | with no comments
Filed under: , ,