Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: IsPositionalAttribute(double)

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

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