ComponentOne Basic Library for WPF and Silverlight
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 System.Integer _
) As System.Integer
'Usage
 
Dim instance As C1OrderedSet
Dim index As System.Integer
Dim value As System.Integer
 
value = instance.Item(index)
public System.int this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members