Calitha GOLD Parser Engine Documentation

IntegerList.LastIndexOf Method (Int32)

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

public int LastIndexOf(
   int value
);

Parameters

value
The value to locate in the list.

Return Value

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

See Also

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