|
inlineoverridevirtual |
Returns a reference to the element at specified location index.
index | The position of the element to return. |
xtd::index_out_of_range_exception | If `index` is not within the range of the container. |
Implements xtd::collections::generic::ilist< type_t >.