Calitha GOLD Parser Engine Documentation

IntegerList.GetEnumerator Method (Int32, Int32)

Returns an enumerator for a section of the ArrayList.

public IEnumerator GetEnumerator(
   int index,
   int count
);

Parameters

index
The zero-based starting index of the ArrayList section that the enumerator should refer to.
count
The number of elements in the ArrayList section that the enumerator should refer to

Return Value

The enumerator.

See Also

IntegerList Class | com.calitha.commons Namespace | IntegerList.GetEnumerator Overload List