[]
Gets or sets the value associated with the specified key.
public TValue this[TKey key] { get; set; }
Public Default Property Item(key As TKey) As TValue
The key of the value to get or set.