ReadOnlyKeyedCollectionTKey, TValue Properties |
The ReadOnlyKeyedCollectionTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollectionT instance. (Inherited from ReadOnlyCollectionTValue.) | |
IsReadOnly |
Returns true.
| |
ItemInt32 | Gets the element at the specified index. (Inherited from ReadOnlyCollectionTValue.) | |
ItemTKey |
Gets or sets the element with the specified key.
| |
Items | Returns the IListT that the ReadOnlyCollectionT wraps. (Inherited from ReadOnlyCollectionTValue.) | |
Keys |
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
| |
Values |
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
|