'Declaration
Public Default Property Item( _ ByVal index As System.Integer _ ) As NSmartShape
'Usage
Dim instance As NSmartShapeCollection Dim index As System.Integer Dim value As NSmartShape instance.Item(index) = value value = instance.Item(index)
public NSmartShape this[ System.int index ]; {get; set;}
Parameters
- index