GetItem(int)
Gets the element at the specified index of the underlying collection.
Declaration
protected T GetItem(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the element. |
Returns
Type | Description |
---|---|
T | The element value. |
Remarks
note
This method does not cause the advices to be executed. It should be invoked only from inside the scope of
the ExecuteWithAdvices
method.