Calitha GOLD Parser Engine Documentation

IntegerList.GetRange Method 

Returns an integer list which represents a subset of the elements in the source list.

public IntegerList GetRange(
   int index,
   int count
);

Parameters

index
The zero-based list index at which the range starts.
count
The number of elements in the range.

Return Value

An integer list which represents a subset of the elements in the source list.

See Also

IntegerList Class | com.calitha.commons Namespace