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

◆ end() [1/2]

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

Returns an iterator to the element following the last element of the enumarable.

Returns
Iterator to the element following the last 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 >.