'DeclarationPublic Default Property Item( _ ByVal index As System.Integer _ ) As NPathCommand
'UsageDim instance As NPathCommandList Dim index As System.Integer Dim value As NPathCommand instance.Item(index) = value value = instance.Item(index)
public NPathCommand this[ System.int index ]; {get; set;}
Parameters
- index