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

◆ current()

template<typename type_t >
const type_t & xtd::collections::generic::enumerator< type_t >::current ( ) const
inlineoverridevirtual

Gets the element in the collection at the current position of the enumerator.

Returns
The element in the collection at the current position of the enumerator.

Implements xtd::collections::generic::ienumerator< type_t >.