CollectionBase Members
Include Protected Members
Include Inherited Members
Base class for public collections.
The CollectionBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through this CollectionBase instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top