System.Collections logo
C1249F0E-8D06-4407-9877-A93914C30612
/ nuget package

System.Collections

Provides classes that define generic collections
123
0
+ 1
0

What is System.Collections?

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.
System.Collections is a tool in the NuGet Packages category of a tech stack.

Who uses System.Collections?

Companies
6 companies reportedly use System.Collections in their tech stacks, including Vk, Dgiot Dtu, and Vk.

Developers
25 developers on StackShare have stated that they use System.Collections.

Built For

System.Collections Comparisons

Related Comparisons
No related comparisons found