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