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

◆ begin() [1/2]

template<typename type_t >
const_iterator xtd::collections::generic::list< type_t >::begin ( ) const
inlineoverridevirtualnoexcept

Returns an iterator to the first element of the enumarable.

Returns
Iterator to the first element.

Reimplemented from xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > >.

Examples
console_clear.cpp, socket_tcp_ip_v4.cpp, socket_tcp_ip_v4_without_thread.cpp, socket_tcp_ip_v6.cpp, and socket_udp_ip_v4.cpp.