System::Collections::IEnumerator::get_Current 方法

IEnumerator::get_Current method

获取当前元素。

virtual const SharedPtr<System::Object> & System::Collections::IEnumerator::get_Current() const =0

ReturnValue

当前引用的元素副本。

另见