System::Collections::Generic::LinkedList::Enumerator::get_Current method

Enumerator::get_Current method

Restituisce l’elemento corrente.

MakeConstRef_t<T> System::Collections::Generic::LinkedList<T>::Enumerator::get_Current() const override

ReturnValue

Elemento a cui punta l’enumeratore.

Vedi anche