[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionList-1.Item

this Property

this[int]

Gets or sets the element at the specified index.

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

The zero-based index of the element to get or set.

Property Value
Type Description
T

The element at the specified index.

Implements