'Declaration
Public Overloads Function IndexOf( _ ByVal variableName As String _ ) As Integer
public int IndexOf( string variableName )
public: int IndexOf( String^ variableName )
Parameters
- variableName
- The name of the variable to find (case-insensitive).
Return Value
The index, or -1 if no matching variable is found.