|
pure virtual |
Sets the element at the specified index.
index | The zero-based index of the element to set. |
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 >, and xtd::collections::generic::list< type_t, allocator_t >.