System::Collections::Generic::LinkedList::GetEnumerator 方法

LinkedList::GetEnumerator method

获取枚举器以遍历当前的 LinkedList

SharedPtr<IEnumerator<T>> System::Collections::Generic::LinkedList<T>::GetEnumerator() override

ReturnValue

新创建的枚举器对象。

另见