System::Collections::Generic::IEnumerator::Current method

IEnumerator::Current method

Gets current element.

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

ReturnValue

Currently referenced element copy.

See Also