xtd 0.2.0
Loading...
Searching...
No Matches

◆ remove_at()

template<typename type_t >
void xtd::collections::generic::list< type_t >::remove_at ( xtd::size  index)
inlineoverridevirtual

Removes the element at the specified index of the xtd::collections::generic::list <type_t>.

Parameters
indexThe zero-based index of the item to remove
Exceptions
ArgumentOutOfRangeExceptionindex is less than 0 or index is greater than sxtd::collections::generic::list::count.

Implements xtd::collections::generic::ilist< type_t >.