Declaration
public IsPositionalAttribute(
double order = 0
)
Summary
Use this to specify that a command-line parameter is positional, i.e. is not invoked by an option that starts with
"-".
Parameters
double | order |
Optionally use this to re-order positional arguments differently from their declaration order. |