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. |
The following tables list the members exposed by C1DataCollectionBase<T>.
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. |
Name | Description | |
---|---|---|
Dispose | ||
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetItemType | Gets the type of the item. | |
IndexOf | Gets the index of the specified item. |
Name | Description | |
---|---|---|
AsDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. | |
ToDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs after the collection changed. | |
PropertyChanged | Occurs when a property value changes. |