System.Collections

E183369

System.Collections is a .NET namespace that provides fundamental interfaces and classes for working with non-generic collections such as lists, queues, arrays, and dictionaries.

All labels observed (3)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf .NET namespace ⓘ
category collections API ⓘ
collectionKind non-generic ⓘ
containsInterface ICollection ⓘ
IDictionary ⓘ
IEnumerable ⓘ
IEnumerator ⓘ
IList ⓘ
IStructuralComparable ⓘ
IStructuralEquatable ⓘ
containsType ArrayList ⓘ
BitArray ⓘ
CaseInsensitiveComparer ⓘ
CaseInsensitiveHashCodeProvider ⓘ
CollectionBase ⓘ
Comparer ⓘ
DictionaryBase ⓘ
DictionaryEntry ⓘ
Hashtable ⓘ
Queue ⓘ
ReadOnlyCollectionBase ⓘ
SortedList ⓘ
Stack ⓘ
definedIn System.Runtime.dll ⓘ
mscorlib.dll ⓘ
linked to: .NET Framework
designGoal provide fundamental collection abstractions ⓘ
support legacy non-generic collections ⓘ
introducedIn .NET Framework 1.0 ⓘ
linked to: .NET Framework
partOf .NET 5+ ⓘ
linked to: .NET 5

.NET Core ⓘ
.NET Framework Class Library ⓘ
provides collection base classes ⓘ
collection interfaces ⓘ
non-generic collection types ⓘ
relatedNamespace System.Collections.Concurrent ⓘ
linked to: System.Collections

System.Collections.Generic ⓘ
supportsLanguage C# ⓘ
F# ⓘ
VB.NET ⓘ
linked to: Visual Basic .NET
targetFramework .NET 5+ ⓘ
.NET Core ⓘ
.NET Framework ⓘ
usedFor bit arrays ⓘ
dictionaries ⓘ
hash tables ⓘ
lists ⓘ
queues ⓘ
sorted collections ⓘ
stacks ⓘ

How these facts were elicited

Referenced by (12)

Full triples — surface form annotated when it differs from this entity's canonical label.

.NET Standard Library → includesNamespace → System.Collections ⓘ
System → hasSubNamespace → System.Collections ⓘ
System.Collections → relatedNamespace → System.Collections.Concurrent ⓘ
linked to: System.Collections
Iterator pattern → mapsTo → C# System.Collections.IEnumerator interface ⓘ
linked to: System.Collections
.NET Base Class Library → containsNamespace → System.Collections ⓘ
Hashtable → definedInNamespace → System.Collections ⓘ
CaseInsensitiveComparer → definedInNamespace → System.Collections ⓘ
CollectionBase → definedInNamespace → System.Collections ⓘ
ReadOnlyCollectionBase → namespace → System.Collections ⓘ
IStructuralComparable → definedInNamespace → System.Collections ⓘ
System.Collections.Generic → partOf → System.Collections ⓘ