CollectionBase
E697493
CollectionBase is an abstract base class in the .NET Framework that provides a strongly typed collection implementation by encapsulating an ArrayList and offering extensible collection behavior.
All labels observed (1)
| Label | Occurrences |
|---|---|
| CollectionBase canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897339 — 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: CollectionBase Context triple: [System.Collections, containsType, CollectionBase]
-
A.
System.Collections
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.
-
B.
BidirectionalCollection
BidirectionalCollection is a Swift standard library protocol for collections whose elements can be traversed efficiently in both forward and backward directions.
-
C.
Record Collection
Record Collection is an independent record label known for releasing music by a diverse roster of alternative and rock artists.
-
D.
collections
collections is a Python standard library module that provides specialized container datatypes such as namedtuple, deque, Counter, and OrderedDict to supplement the built-in container types.
-
E.
Lister
Lister is a surname most famously associated with Joseph Lister, the pioneering British surgeon who introduced antiseptic techniques to modern medicine.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: CollectionBase Target entity description: CollectionBase is an abstract base class in the .NET Framework that provides a strongly typed collection implementation by encapsulating an ArrayList and offering extensible collection behavior.
-
A.
System.Collections
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.
-
B.
BidirectionalCollection
BidirectionalCollection is a Swift standard library protocol for collections whose elements can be traversed efficiently in both forward and backward directions.
-
C.
Record Collection
Record Collection is an independent record label known for releasing music by a diverse roster of alternative and rock artists.
-
D.
collections
collections is a Python standard library module that provides specialized container datatypes such as namedtuple, deque, Counter, and OrderedDict to supplement the built-in container types.
-
E.
Lister
Lister is a surname most famously associated with Joseph Lister, the pioneering British surgeon who introduced antiseptic techniques to modern medicine.
- F. None of above. chosen
Statements (55)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
abstract class ⓘ base class for collections ⓘ |
| definedInNamespace | System.Collections NERFINISHED ⓘ |
| designedFor | creating strongly typed collections ⓘ |
| encapsulates | ArrayList NERFINISHED ⓘ |
| hasIndexer | Item[Int32] ⓘ |
| hasMethod |
Add(Object)
ⓘ
AddRange(ICollection) ⓘ Clear() ⓘ Contains(Object) ⓘ CopyTo(Array, Int32) ⓘ GetEnumerator() ⓘ IndexOf(Object) ⓘ Insert(Int32, Object) ⓘ OnClear() ⓘ OnClearComplete() ⓘ OnInsert(Int32, Object) ⓘ OnInsertComplete(Int32, Object) ⓘ OnRemove(Int32, Object) ⓘ OnRemoveComplete(Int32, Object) ⓘ OnSet(Int32, Object, Object) ⓘ OnSetComplete(Int32, Object, Object) ⓘ OnValidate(Object) ⓘ Remove(Object) ⓘ RemoveAt(Int32) ⓘ ToString() ⓘ |
| hasProperty |
Capacity
ⓘ
Count ⓘ IsFixedSize ⓘ IsReadOnly ⓘ IsSynchronized ⓘ SyncRoot NERFINISHED ⓘ |
| hasProtectedProperty |
InnerList
ⓘ
List ⓘ |
| implements |
ICollection
ⓘ
ICollection (explicit interface implementation) ⓘ IEnumerable ⓘ IEnumerable (explicit interface implementation) ⓘ IList ⓘ IList (explicit interface implementation) ⓘ |
| inheritsFrom | Object ⓘ |
| introducedIn | .NET Framework 1.0 NERFINISHED ⓘ |
| isAbstract | true ⓘ |
| isConsideredLegacy | true ⓘ |
| isExtendedBy | custom strongly typed collection classes ⓘ |
| isGeneric | false ⓘ |
| isStronglyTypedViaInheritance | true ⓘ |
| isSupersededBy | System.Collections.ObjectModel.Collection<T> NERFINISHED ⓘ |
| partOfFramework | .NET Framework NERFINISHED ⓘ |
| provides |
extensible collection behavior
ⓘ
strongly typed collection implementation ⓘ |
| requires | derivation to be useful ⓘ |
| threadSafety | not thread-safe by default ⓘ |
| usagePattern | inherit and expose type-safe members that wrap base members ⓘ |
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: CollectionBase Description of subject: CollectionBase is an abstract base class in the .NET Framework that provides a strongly typed collection implementation by encapsulating an ArrayList and offering extensible collection behavior.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.