CommandArgumentAttribute(int, string) Constructor

Initializes a new instance of the CommandArgumentAttribute class.
public CommandArgumentAttribute(int position, string template)
Containing Type
CommandArgumentAttribute

Parameters

int position
The argument position.
string template
The argument template. Wrap in <> for required arguments, [] for optional ones. For example "[MyArgument]".