runtime.any.System.Collections
4.0.11
Internal implementation package not meant for direct consumption. Please do not reference directly.
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<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Install-Package runtime.any.System.Collections -Version 4.0.11
dotnet add package runtime.any.System.Collections --version 4.0.11
<PackageReference Include="runtime.any.System.Collections" Version="4.0.11" />
paket add runtime.any.System.Collections --version 4.0.11
#r "nuget: runtime.any.System.Collections, 4.0.11"
// Install runtime.any.System.Collections as a Cake Addin
#addin nuget:?package=runtime.any.System.Collections&version=4.0.11
// Install runtime.any.System.Collections as a Cake Tool
#tool nuget:?package=runtime.any.System.Collections&version=4.0.11
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799417
Dependencies
-
.NETCore 5.0
- System.Runtime (>= 4.1.0)
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- System.Runtime (>= 4.1.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 4.0.11 | 0 | 07.02.2022 |