Gets or sets the element with the specified key.
IDictionary<TKey, TValue>.Item
| Exception Type | Condition |
|---|---|
| NotSupportedException | The property is set and the IDictionary`2 is read-only. |
| ArgumentNullException | key is null. |
| KeyNotFoundException | The property is retrieved and key is not found. |
HashList<TKey, TValue> Class | ComponentOwl.BetterListView.Collections Namespace