'Declaration
Public Overloads ReadOnly Property Item( _ ByVal state As CommandState _ ) As NCommand
'Usage
Dim instance As NCommandCollection Dim state As CommandState Dim value As NCommand value = instance.Item(state)
public NCommand Item( CommandState state ) {get;}
Parameters
- state