Property this
this[TKey]
Gets the element that has the specified key in the dictionary
Declaration
TItemWrapper this[TKey key] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | The key to get value for |
Property Value
| Type | Description |
|---|---|
| TItemWrapper |