Metodo Current di System::Collections::Generic::IEnumerator

IEnumerator::Current method

Restituisce l’elemento corrente.

virtual MakeConstRef_t<T> System::Collections::Generic::IEnumerator<T>::Current() const

ReturnValue

Copia dell’elemento attualmente referenziato.

Vedi anche