ReadOnlyDictionary(TKey, TValue) Properties | Table of Content | Item Property (TKey) |
ReadOnlyDictionary<TKey, TValue>.Item Property |
Name | Description | |
---|---|---|
Item[Int32] | Gets the element at the specified index. (Inherited from ReadOnlyCollection<KeyValuePair<TKey, TValue>>.) | |
Item[TKey] |
Gets value object from dictionary.
|