'Declaration
Public Default Property Item( _ ByVal index As System.Integer _ ) As NPathCommand
'Usage
Dim 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