ReadOnlyCollectionBase< T >
ReadOnlyCollectionBase< T > class
Represents a read-only collection of objects.
Methods
| Name | Description |
|---|---|
| Add | This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException |
| get_Count | Gets the number of objects contained in the object. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| ToList | Converts the collection to a list of objects. |