[]
Gets the item by its name, returns null if not found.
public TItem FindByName(string name)
The name of the item.
Returns the item with specified name, null otherwise.