|
inlinevirtual |
Erases the specified elements from the container.
pos | The iterator to the element to remove. |
pos
. pos
must be valid and dereferenceable. Thus the xtd::collections::generic::list::end() iterator (which is valid, but is not dereferenceable) cannot be used as a value for pos. @remarks If
pos` refers to the last element, then thextd::collections::generic::list:: end() iterator is returned.