Foley .NET Utilities Class Library

LinkedList.GetEnumerator Method (Int32)

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
[C#]
public override IEnumerator GetEnumerator(
   int index
);

Parameters

index
Starting index in the list for the begining of the IEnumerator.

Return Value

An IEnumerator that can be used to iterate through the LinkedList.

Implements

IList2.GetEnumerator

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.GetEnumerator Overload List