ComplexPropertyCollection<TComplexProperty>.IndexOf Method

Definition

Searches for a specific property and return its zero-based index within the collection.

public:
 int IndexOf(TComplexProperty complexProperty);
public int IndexOf (TComplexProperty complexProperty);
Public Function IndexOf (complexProperty As TComplexProperty) As Integer

Parameters

complexProperty
TComplexProperty

The property to locate in the collection.

Returns

The zero-based index of the property within the collection.

Applies to