[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.Item

this Property

this[int]

Gets the object at the specified index.

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

The index.

Implements