get_Current()

SimpleEnumerator::get_Current() const method

Gets ‘current’ element.

MakeConstRef_t<Element> System::Collections::Generic::SimpleEnumerator<Container, Element>::get_Current() const override

Return Value

Current element (if any) or default-constructed item otherwise.

See Also