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
An IEnumerator that can be used to iterate through the list.
IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace