Skip to main content
runtime.aot.System.Collections package icon

runtime.aot.System.Collections

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.

Total Downloads
6.4M
6,368,152
Published
Nov 15, 2016
Latest stable version

Install

.NET CLI
dotnet add package runtime.aot.System.Collections --version 4.3.0
Package Manager Console
Install-Package runtime.aot.System.Collections -Version 4.3.0
PackageReference
<PackageReference Include="runtime.aot.System.Collections" Version="4.3.0" />

Frameworks

.NETCore5.0

Dependencies

[4.3.0, )
System.Runtime
.NETCore5.0
[4.3.0, )
[4.3.0, )
System.Threading
.NETCore5.0
[4.3.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.