C1DataCollectionBase<T> Class Members
In This Topic
The following tables list the members exposed by C1DataCollectionBase<T>.
Public Properties
| Name | Description |
 | Count | Gets the number of elements in the collection. |
 | Item | Gets the element at the specified index in the read-only list. |
Top
Public Methods
| Name | Description |
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
 | GetItemType | Gets the type of the item. |
 | IndexOf | Gets the index of the specified item. |
Top
Extension Methods
Public Events
See Also