'Declaration
Public Shadows Function IndexOf( _ ByVal o As System.Object _ ) As System.Integer
'Usage
Dim instance As NListBoxItemCollection Dim o As System.Object Dim value As System.Integer value = instance.IndexOf(o)
public new System.int IndexOf( System.object o )
Parameters
- o