System::Collections::IEnumeratorImplRefType::get_Current 方法

IEnumeratorImplRefType::get_Current method

获取当前元素。

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

ReturnValue

当前引用的元素副本。

另见