Method FindItem
FindItem(string)
Looks for a TItem instance by its
key.
Declaration
public TItem FindItem(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The identifier of the |
Returns
| Type | Description |
|---|---|
| TItem | The requested |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | If the |