CliArgumentAttributeOrder Property

Gets or sets the order of the argument.

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.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public int Order { get; set; }

Property Value

Int32

See Also