'Declaration Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As IShape
'Declaration
Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As IShape
'Usage Dim instance As IShapes Dim index As Integer Dim value As IShape value = instance.Item(index)
'Usage
Dim instance As IShapes Dim index As Integer Dim value As IShape value = instance.Item(index)
IShape Item( int index ) {get;}
IShapes Interface IShapes Members Overload List