[]
Gets or sets the element with the specified key.
public TValue this[TKey key] { get; set; }
The key of the element to get or set.
The element with the specified key.