|
pure virtual |
Inserts an item to the xtd::collections::generic::ilist <type_t> at the specified index.
index | The zero-based index at which item should be inserted. |
item | The object to insert into the xtd::collections::generic::ilist <type_t>. |
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. |
index
equals the number of items in the xtd::collections::generic::ilist <type_t>, then item is appended to the list. Implemented in xtd::collections::generic::list< type_t, allocator_t >.