|
pure virtual |
Removes the xtd::collections::generic::ilist <type_t> item at the specified index.
index | The zero-based index of the item to remove. |
xtd::argument_out_of_range_exception | `index` is not a valid index in the xtd::collections::generic::ilist <type_t>. |
xtd::not_supported_exception | The xtd::collections::generic::ilist <type_t> is read-only. |
Implemented in xtd::collections::generic::list< type_t, allocator_t >.