|
inlineoverridevirtual |
Inserts an element into the xtd::collections::generic::list <type_t> at the specified index.
index | The zero-based index at which the new element should be inserted. |
value | The element should be inserted into the xtd::collections::generic::list <type_t>. |
xtd::argument_out_of_range_exception | index is is greater than xtd::collections::generic::list::count. |
Implements xtd::collections::generic::ilist< type_t >.