Returns an IEnumerator that can iterate through the LinkedList that starts at the specified position.
[Visual Basic]
Overrides Overloads Public Function GetEnumerator( _
ByVal index As Integer _
) As IEnumerator Implements _
IList2.GetEnumerator
An IEnumerator that can be used to iterate through the LinkedList.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.GetEnumerator Overload List