SharedDictionary<TKey,TValue> indexer

Gets or sets the value associated with the specified key.

public virtual TValue this[TKey key] { get; set; }

See Also