Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.