Method GetItem
GetItem(Int32)
Gets the element at the specified index of the underlying collection.
Declaration
protected T GetItem(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the element. |
Returns
Type | Description |
---|---|
T | The element value. |