ComponentOne FinancialChart for WPF
Item Property (C1OrderedSet)



C1.WPF Namespace > C1OrderedSet Class : Item Property
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

Reference

C1OrderedSet Class
C1OrderedSet Members