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

◆ link_collection()

xtd::forms::link_label::link_collection::link_collection ( const allocator_type allocator = allocator_type())
explicit

Creates a new object xtd::forms::control::control_collection with specified allocator (optional).

Parameters
allocatorThe allocator associate to the collection (optional).
Remarks
If allocator not specified, the std::allocator<value_type> is used.