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. |
| IsDisposed | Gets whether the collection is disposed. |
| Item | Gets the element at the specified index in the read-only list. |
Top
Public Methods
| Name | Description |
| Dispose | Overloaded. Called to dispose resources. |
| GetItemType | Gets the type of the item. |
| IndexOf | Gets the index of the specified item. |
Top
Public Events
See Also