|
pure virtual |
Gets the element at the specified index.
index | The zero-based index of the element to get. |
my_collection[index]
. Implemented in xtd::array_< type_t, 1, allocator_t >, xtd::basic_array< type_t, allocator_t >, xtd::basic_array< type_t, allocator_t >, xtd::collections::generic::list< type_t, allocator_t >, and xtd::collections::object_model::read_only_collection< type_t >.