Public Function IndexOf( _ ByVal subValue As SubValue _ ) As Integer
Dim instance As SubValueCollection Dim subValue As SubValue Dim value As Integer value = instance.IndexOf(subValue)
public int IndexOf( SubValue subValue )