ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1OrderedSet Class / Item Property

In This Topic
    Item Property (C1OrderedSet)
    In This Topic
    Gets the System.Int32 at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also