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