Method IndexesOf
IndexesOf(String[], Int32, Int32)
Just like indexOf(int)
but searches for a number of terms
at the same time. Returns an array that has the same size as the number
of terms searched for, each slot containing the result of searching for
that term number.
Declaration
int[] IndexesOf(String[] terms, int start, int len)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | terms | array containing terms to look for |
System.Int32 | start | index in the array where the list of terms starts |
System.Int32 | len | the number of terms in the list |
Returns
Type | Description |
---|---|
System.Int32[] |