System::Collections::Generic::LinkedList::GetEnumerator メソッド

LinkedList::GetEnumerator method

現在の LinkedList を反復処理するための列挙子を取得します。

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

ReturnValue

新しく作成された列挙子オブジェクト。

参照