Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: TValue this[TKey]

  • Declared in: RT.Util.Collections.ReadOnlyDictionary<TKey, TValue>
  • Implements: IDictionary<TKey, TValue>.this[TKey]

Declaration

TValue this[
    TKey key
]

Summary

Gets a value from the dictionary. Setting values is not supported on a ReadOnlyDictionary.