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