System::Collections::IEnumeratorImplRefType::get_Current method

IEnumeratorImplRefType::get_Current method

Gets current element.

virtual const SharedPtr<System::Object> & System::Collections::IEnumeratorImplRefType<T>::get_Current() const override

ReturnValue

Currently referenced element copy.

See Also