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

◆ begin() [2/2]

template<typename type_t , typename enumerable_t >
virtual iterator xtd::collections::generic::enumerable_iterators< type_t, enumerable_t >::begin ( )
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 >, and xtd::collections::generic::list< type_t, allocator_t >.