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

◆ remove_at()

template<typename type_t , typename allocator_t = xtd::collections::generic::helpers::allocator<typename std::conditional<std::is_same<bool, type_t>::value, char, type_t>::type>>
void xtd::collections::generic::list< type_t, allocator_t >::remove_at ( size_type  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 xtd::collections::generic::list::count.

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