Property Item
Item[K]
Indexer for dictionary.
Declaration
V this[K key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
K | key |
Property Value
Type | Description |
---|---|
V | The value corresponding to the key |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if no entry is found. |