Calitha GOLD Parser Engine Documentation

IntegerList.IndexOf Method (Int32, Int32)

Searches for the specified Object and returns the zero-based index of the first occurrence within the section of the ArrayList that extends from the specified index to the last element.

public int IndexOf(
   int value,
   int startIndex
);

Parameters

value
The value to locate in the list.
startIndex
The zero-based starting index of the search.

Return Value

The zero-based index of the first occurrence of value within the section of the ArrayList that extends from startIndex to the last element, if found; otherwise, -1.

See Also

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