Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core 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 Integer _
    ) As Integer
    public int this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also