'Declaration
Public Function IndexOf( _ ByVal category As NOptionsCategory _ ) As System.Integer
'Usage
Dim instance As NOptionsCategoryCollection Dim category As NOptionsCategory Dim value As System.Integer value = instance.IndexOf(category)
public System.int IndexOf( NOptionsCategory category )
Parameters
- category