System::Collections::Generic::LinkedList::GetEnumerator method

LinkedList::GetEnumerator method

Gets enumerator to iterate through current LinkedList.

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

ReturnValue

Newly created enumerator object.

See Also