'Declaration
Public Function IndexOf( _ ByVal value As System.String _ ) As System.Integer
'Usage
Dim instance As NStringList Dim value As System.String Dim value As System.Integer value = instance.IndexOf(value)
public System.int IndexOf( System.string value )
Parameters
- value