Method ItemByName
ItemByName(string)
Retrieves an item from the collection by its name.
public virtual T? ItemByName(string name)
Parameters
namestringThe name of the item to retrieve. This value is case-sensitive.
Returns
- T
The item of type
Tif an item with the specified name exists in the collection; otherwise, null.