[]
        
(Showing Draft Content)

C1.WPF.C1OrderedSet.Item

this Property

this[int]

Gets the int at the specified index.

Declaration
public int this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Integer
Parameters
Type Name Description
int index
Implements