'Declaration
Public Overloads Function IndexOf( _ ByVal startIndex As System.Integer, _ ByVal value As System.Object _ ) As System.Integer
'Usage
Dim instance As NSystemArray Dim startIndex As System.Integer Dim value As System.Object Dim value As System.Integer value = instance.IndexOf(startIndex, value)
public System.int IndexOf( System.int startIndex, System.object value )
Parameters
- startIndex
- value