Back to Dotnet

System.Collections.NonGeneric

src/libraries/System.Collections.NonGeneric/README.md

11.0.1001.2 KB
Original Source

System.Collections.NonGeneric

This is the assembly that generally surfaces most non-generic collections such as Stack and Queue.

Non-generic collections that are used by lower-level parts of the framework, such as IList and Hashtable are surfaced by the System.Runtime assembly. The implementations for these collections live in System.Private.Corelib.

Documentation can be found at https://learn.microsoft.com/dotnet/csharp/programming-guide/concepts/collections.

Contribution Bar

Deployment

System.Collections.NonGeneric is included in the shared framework and also provided as a NuGet package.