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

◆ erase() [4/4]

template<typename type_t , typename sorter_t = sorter_none>
virtual iterator xtd::forms::layout::arranged_element_collection< type_t, sorter_t >::erase ( const_iterator  first,
const_iterator  last 
)
inlinevirtual

Erases elements at specified range.

Parameters
firstThe first iterator range which the content will be erased.
firstThe last iterator range which the content will be erased.