Indexer for the dictionary

C# |
public TValue this[ TKey key ] { get; set; }

- key ( TKey )
- The key

The value
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)
C# |
public TValue this[ TKey key ] { get; set; }
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)