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 (2)
| Label | Occurrences |
|---|---|
| System.Collections canonical | 2 |
| System.Collections.Concurrent | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T1613012 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.Collections Context triple: [.NET Standard Library, includesNamespace, System.Collections]
-
A.
Common Type System
The Common Type System is a core component of the .NET architecture that defines how data types are declared, used, and managed across different .NET languages to ensure interoperability and type safety.
-
B.
.NET Standard Library
The .NET Standard Library is a formal specification of .NET APIs designed to provide a common, cross-platform base for building reusable libraries across different .NET implementations.
-
C.
Common Language Runtime
The Common Language Runtime is the virtual machine component of Microsoft's .NET platform that manages code execution, memory, security, and other runtime services for .NET applications.
-
D.
.NET Framework
The .NET Framework is a Windows-based software development platform and runtime environment that provides a large class library and supports multiple programming languages for building and running applications.
-
E.
Windows Presentation Foundation
Windows Presentation Foundation is a Microsoft UI framework for building rich, desktop client applications on Windows using XAML and .NET.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Collections Target entity description: 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.
-
A.
Common Type System
The Common Type System is a core component of the .NET architecture that defines how data types are declared, used, and managed across different .NET languages to ensure interoperability and type safety.
-
B.
.NET Standard Library
The .NET Standard Library is a formal specification of .NET APIs designed to provide a common, cross-platform base for building reusable libraries across different .NET implementations.
-
C.
Common Language Runtime
The Common Language Runtime is the virtual machine component of Microsoft's .NET platform that manages code execution, memory, security, and other runtime services for .NET applications.
-
D.
.NET Framework
The .NET Framework is a Windows-based software development platform and runtime environment that provides a large class library and supports multiple programming languages for building and running applications.
-
E.
Windows Presentation Foundation
Windows Presentation Foundation is a Microsoft UI framework for building rich, desktop client applications on Windows using XAML and .NET.
- F. None of above. chosen
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
ⓘ
.NET Framework ⓘ
surface form:
mscorlib.dll
|
| designGoal |
provide fundamental collection abstractions
ⓘ
support legacy non-generic collections ⓘ |
| introducedIn |
.NET Framework
ⓘ
surface form:
.NET Framework 1.0
|
| partOf |
.NET 5
ⓘ
surface form:
.NET 5+
.NET Core ⓘ .NET Base Class Library ⓘ
surface form:
.NET Framework Class Library
|
| provides |
collection base classes
ⓘ
collection interfaces ⓘ non-generic collection types ⓘ |
| relatedNamespace |
System.Collections
self-linksurface differs
ⓘ
surface form:
System.Collections.Concurrent
System.Collections.Generic ⓘ |
| supportsLanguage |
C# programming language
ⓘ
surface form:
C#
F# ⓘ Visual Basic .NET ⓘ
surface form:
VB.NET
|
| targetFramework |
.NET 5+
ⓘ
.NET Core ⓘ .NET Framework ⓘ |
| usedFor |
bit arrays
ⓘ
dictionaries ⓘ hash tables ⓘ lists ⓘ queues ⓘ sorted collections ⓘ stacks ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.Collections Description of subject: 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.
Referenced by (3)
Full triples — surface form annotated when it differs from this entity's canonical label.