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