ComplexPropertyCollection<TComplexProperty>.Item[Int32] Property

Definition

Gets the property at the specified index.

public:
 property TComplexProperty default[int] { TComplexProperty get(int index); };
public TComplexProperty this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TComplexProperty

Parameters

index
Int32

The zero-based index of the property to get.

Property Value

TComplexProperty

The property at the specified index.

Applies to