'Declaration Public Function FindInt( _ ByVal nSearchFor As Integer _ ) As Integer
'Usage Dim instance As TypedArrayList Dim nSearchFor As Integer Dim value As Integer value = instance.FindInt(nSearchFor)
public int FindInt( int nSearchFor )
Parameters
- nSearchFor
- int value to search for
Return Value
upon success - index of value in array, -1 if the value was not found