System::Collections::Generic::SimpleEnumerator::get_Current method

SimpleEnumerator::get_Current method

Obtiene el elemento ‘actual’.

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

ReturnValue

Elemento actual (si lo hay) o elemento construido por defecto en caso contrario.

Ver también