System::Collections::Generic::IEnumerator::get_Current method

IEnumerator::get_Current method

Gets current element.

virtual MakeConstRef_t<T> System::Collections::Generic::IEnumerator<T>::get_Current() const =0

ReturnValue

Currently referenced element copy.

See Also