ComponentOne Basic Library for UWP
Item Property (C1OrderedSet)

C1.UWP Assembly > C1.Xaml 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
public System.int this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members