ReadOnlyDictionaryTKey, TValue Properties |
The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the System.Collections.Generic.ICollection.
| |
IsReadOnly |
Always true.
| |
Item |
Gets or sets the element with the specified key.
| |
Keys |
Gets an System.Collections.Generic.ICollection containing the keys of
the System.Collections.Generic.IDictionary.
| |
Values |
Gets an System.Collections.Generic.ICollection containing the values in
the System.Collections.Generic.IDictionary.
|