CollectionBase<T> Members
Include Protected Members
Include Inherited Members
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 | Returns whether the collection is synchronized. |
![]() |
Item | Gets the item at the specified index. |
![]() |
SyncRoot | Returns 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 |
Top