System.Collections (4.3.0)
Published 2023-05-05 11:39:26 +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
About this package
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types: System.Collections.Generic.List System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue System.Collections.Generic.Stack System.Collections.Generic.HashSet System.Collections.Generic.LinkedList System.Collections.Generic.EqualityComparer System.Collections.Generic.Comparer System.Collections.Generic.SortedDictionary<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.NETCore.Platforms | 1.1.0 | .NETCore5.0 |
Microsoft.NETCore.Targets | 1.1.0 | .NETCore5.0 |
System.Runtime | 4.3.0 | .NETCore5.0 |
Microsoft.NETCore.Platforms | 1.1.0 | .NETStandard1.0 |
Microsoft.NETCore.Targets | 1.1.0 | .NETStandard1.0 |
System.Runtime | 4.3.0 | .NETStandard1.0 |
Microsoft.NETCore.Platforms | 1.1.0 | .NETStandard1.3 |
Microsoft.NETCore.Targets | 1.1.0 | .NETStandard1.3 |
System.Runtime | 4.3.0 | .NETStandard1.3 |