Do not expose generic lists
.NET Framework 2.0
| TypeName | DoNotExposeGenericLists |
| CheckId | CA1002 |
| Category | Microsoft.Design |
| Breaking Change | Breaking |
A type contains an externally visible member that is a System.Collections.Generic.List type, returns a System.Collections.Generic.List type, or whose signature includes a System.Collections.Generic.List parameter.