[]
        
(Showing Draft Content)

C1.DataCollection.C1SelectDataCollection-2.Item

this Property

this[int]

Gets the element at the specified index in the read-only list.

Declaration
public override T this[int index] { get; }
Parameters
Type Name Description
int index

The index.

Property Value
Type Description
T

The item at the specified position.

Overrides