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

◆ get_enumerator()

template<typename char_t , typename traits_t , typename allocator_t >
enumerator_type xtd::basic_string< char_t, traits_t, allocator_t >::get_enumerator ( ) const
inlineoverridevirtualnoexcept

Returns an enumerator that iterates through a collection.

Returns
An xtd::collections::generic::enumerator object that can be used to iterate through the collection.

Implements xtd::collections::generic::ienumerable< char_t >.