[]
Gets the item by its name, returns null if not found.
public TItem FindByName(string name)
Public Function FindByName(name As String) As TItem
| Type | Name | Description |
|---|---|---|
| string | name | The name of the item. |
| Type | Description |
|---|---|
| TItem | Returns the item with specified name, null otherwise. |