CliDirectiveAttribute.Order Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the order of the directive.
The order is used when printing the symbols in help and for arguments additionally effects the parsing order.
When not set (or is 0 - the default value), the symbol order is determined based on source code ordering.
public int Order { get; set; }