Calitha GOLD Parser Engine Documentation

IntegerList.IndexOf Method (Int32)

Searches for the specified Object and returns the zero-based index of the first occurrence within the entire list.

public int IndexOf(
   int value
);

Parameters

value
The value to locate in the list.

Return Value

The zero-based index of the first occurrence of value within the entire list, if found; otherwise, -1.

See Also

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