'Declaration Public Function IndexOf( _ ByVal item As CustomPropertyDefinition _ ) As Integer
public int IndexOf( CustomPropertyDefinition item )
Parameters
- item
- The object to locate in the List. The value can be null for reference types.
Return Value
The zero-based index of the first occurrence of item within the entire Collection, if found; otherwise, -1.