Calitha GOLD Parser Engine Documentation

IntegerList.Add Method 

Adds an integer to a list.

public int Add(
   int value
);

Parameters

value
The value that will be added.

Return Value

Index at which the value has been added.

See Also

IntegerList Class | com.calitha.commons Namespace