Calitha GOLD Parser Engine Documentation

IntegerList.Insert Method 

Inserts an element into the list at the specified index.

public void Insert(
   int index,
   int value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The value to insert.

See Also

IntegerList Class | com.calitha.commons Namespace