|
inlineoverridevirtual |
Removes the element at the specified index of the xtd::collections::generic::list <type_t>.
index | The zero-based index of the item to remove |
ArgumentOutOfRangeException | index is less than 0 or index is greater than xtd::collections::generic::list::count. |
Implements xtd::collections::generic::ilist< type_t >.