Calitha GOLD Parser Engine Documentation

IntegerList.InsertRange Method 

Inserts the elements of the other integer list into the list at the specified index.

public void InsertRange(
   int index,
   IntegerList other
);

Parameters

index
The zero-based index at which the new elements should be inserted.
other
The other list whose elements should be inserted into the list.

See Also

IntegerList Class | com.calitha.commons Namespace