ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1OrderedSet
    Dim index As Integer
    Dim value As Integer
     
    value = instance.Item(index)
    public int this[ 
       int index
    ]; {get;}
    public:
    property int default [int] {
       int get(int index);
    }

    Parameters

    index
    See Also