Foley .NET Utilities Class Library

LinkedList.GetEnumerator Method

Returns an IEnumerator for the entire LinkedList.

Overload List

Returns an IEnumerator that can iterate through the LinkedList that starts at the specified position.

public override IEnumerator GetEnumerator(int);

Returns an IEnumerator for the entire LinkedList.

public override IEnumerator GetEnumerator();

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace