System::Collections::Generic::LinkedList::Enumerator class

Enumerator class

Enumerator to iterate through linked list.

class Enumerator : public virtual System::Object,
                   public System::Collections::Generic::IEnumerator<T>

Methods

MethodDescription
Enumerator(const SharedPtr<LinkedList<T>>&)Creates enumerator.
get_Current() const overrideGets current element.
MoveNext() overridePoints enumerator to the next element (if any).

See Also