CollectionBase<T> Members
Include Protected Members
Include Inherited Members
Creates a generic class for all public generic collections.
The CollectionBase<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
IsSynchronized | Gets whether the collection is synchronized. | |
Item | Gets the item at the specified index. | |
SyncRoot | Gets the object that can be used to synchronize access to this collection. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the internal collection to the specified array, starting at the specified index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns a generic enumerator that can iterate through this generic CollectionBase instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator that can iterate through the CollectionBase. |
Top