APRlib

SupportClass.ListCollectionSupport.ListIterator Method (Int32)

Returns an iterator of the collection starting at the specified position.

public virtual IEnumerator ListIterator(
   int index
);

Parameters

index
The position to set the iterator.

Return Value

An IEnumerator at the specified position.

See Also

SupportClass.ListCollectionSupport Class | (global) Namespace | SupportClass.ListCollectionSupport.ListIterator Overload List