[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.Item

this Property

this[int]

Gets the item at the specified index.

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

The index of the requested item.

Implements