Method GetItem
GetItem(int)
Retrieves the item at the specified index in the collection.
T GetItem(int index)
Parameters
indexintThe zero-based index of the item to retrieve.
Returns
- T
The item at the specified index.
Retrieves the item at the specified index in the collection.
T GetItem(int index)
index intThe zero-based index of the item to retrieve.
The item at the specified index.