Method IndexOf
IndexOf(String)
Return an index in the term numbers array returned from
getTerms
at which the term with the specified
term
appears. If this term does not appear in the array,
return -1.
Declaration
int IndexOf(String term)
Parameters
Type | Name | Description |
---|---|---|
System.String | term |
Returns
Type | Description |
---|---|
System.Int32 |