Foley .NET Utilities Class Library

IList2.GetEnumerator Method 

When implemented by a class, returns an IEnumerator that can iterate through the list that starts at the specified position.

[Visual Basic]
Function GetEnumerator( _
   ByVal index As Integer _
) As IEnumerator
[C#]
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 list.

See Also

IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace