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

◆ insert_at()

template<typename type_t , typename sorter_t = sorter_none>
virtual void xtd::forms::layout::arranged_element_collection< type_t, sorter_t >::insert_at ( size_t  index,
const value_type value 
)
inlinevirtual

Inserts specified element at specified index.

Parameters
indexThe index before which the content will be inserted.
valueThe element to insert.

Reimplemented in xtd::forms::control::control_collection.