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

◆ enumerator() [2/2]

template<typename type_t >
xtd::collections::generic::enumerator< type_t >::enumerator ( ptr< ienumerator< type_t > >  enumerator)
inline

Initializes a new instance of the xtd::collections::generic::enumerator <type_t> class with specified enumerator.

Parameters
enumeratorThe xtd::collections::generic::ienumerator <type_t> enumerator to encapsulate.