Visual Basic (Declaration) | |
---|---|
Public Function IndexOf( _ ByVal value As CustomPropertyDefinition _ ) As System.Integer |
C# | |
---|---|
public System.int IndexOf( CustomPropertyDefinition value ) |
Parameters
- value
- The CustomPropertyDefinition value to look up in the collection.