[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.Item

this Property

this[int]

Gets the item at the specified index.

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

The index.

Implements