Method GetItem
GetItem(int)
Gets item with the specified index. This methods is called from all other methods that request the item.
public virtual TItem? GetItem(int index)
Parameters
index
intItem index.
Returns
- TItem
Gets item with the specified index. This methods is called from all other methods that request the item.
public virtual TItem? GetItem(int index)
index
intItem index.