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

◆ cbegin()

template<typename type_t , typename enumerable_t >
virtual const_iterator xtd::collections::generic::enumerable_iterators< type_t, enumerable_t >::cbegin ( ) const
inlinevirtual

Returns an iterator to the first element of the enumarable.

Returns
Iterator to the first element.

Reimplemented in xtd::basic_array< type_t, allocator_t >, xtd::basic_array< type_t, allocator_t >, xtd::collections::generic::list< type_t, allocator_t >, and xtd::basic_string< char_t, traits_t, allocator_t >.