ReadOnlyDictionary(TKey, TValue) Constructor | Table of Content | Item Property |
ReadOnlyDictionary<TKey, TValue> Properties |
The ReadOnlyDictionary<TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection<T> instance. (Inherited from ReadOnlyCollection<KeyValuePair<TKey, TValue>>.) | |
Item[Int32] | Gets the element at the specified index. (Inherited from ReadOnlyCollection<KeyValuePair<TKey, TValue>>.) | |
Item[TKey] |
Gets value object from dictionary.
|