[]
        
(Showing Draft Content)

C1.DataCollection.C1SpanDataCollection-1.Item

this Property

this[int]

Gets the item at the specified position.

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

The position of the requested item.

Overrides