Returns an IEnumerator for the entire LinkedList.
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();
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace