[]
Gets or sets the element with the specified key.
public TValue this[TKey key] { get; set; }
Public Default Property Item(key As TKey) As TValue
| Type | Name | Description |
|---|---|---|
| TKey | key | The key of the element to get or set. |
| Type | Description |
|---|---|
| TValue | The element with the specified key. |