System.Collections.NonGeneric (4.3.0)
Published 2023-05-05 11:39:32 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.3.0 System.Collections.NonGeneric
About this package
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package.
Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Diagnostics.Debug | 4.3.0 | .NETStandard1.3 |
System.Globalization | 4.3.0 | .NETStandard1.3 |
System.Resources.ResourceManager | 4.3.0 | .NETStandard1.3 |
System.Runtime | 4.3.0 | .NETStandard1.3 |
System.Runtime.Extensions | 4.3.0 | .NETStandard1.3 |
System.Threading | 4.3.0 | .NETStandard1.3 |