Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.CommandLine.IsPositionalAttribute

Summary

Use this to specify that a command-line parameter is positional, i.e. is not invoked by an option that starts with "-".

Constructors

IsPositionalAttribute(double order = 0)
Use this to specify that a command-line parameter is positional, i.e. is not invoked by an option that starts with "-".

Instance properties

doubleOptionally use this to re-order positional arguments differently from their declaration order.