Calitha GOLD Parser Engine Documentation

IntegerList.LastIndexOf Method

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

Overload List

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

public int LastIndexOf(int);

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

public int LastIndexOf(int,int);

Searches for the specified value and returns the zero-based index of the last occurrence within the section of the list that contains the specified number of elements and ends at the specified index.

public int LastIndexOf(int,int,int);

See Also

IntegerList Class | com.calitha.commons Namespace