[]
        
(Showing Draft Content)

C1.WPF.IOrderedSet-1.Item

this Property

this[int]

Gets the item at the specified index.

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

The element at the specified index.