HelpOptionAttribute Constructor |
Name | Description | |
---|---|---|
![]() | HelpOptionAttribute |
Initializes a new instance of the HelpOptionAttribute class.
Although it is possible, it is strongly discouraged redefine the long name for this option
not to disorient your users. It is also recommended not to define a short one.
|
![]() | HelpOptionAttribute(Char) |
Initializes a new instance of the HelpOptionAttribute class
with the specified short name. Use parameter less constructor instead.
|
![]() | HelpOptionAttribute(String) |
Initializes a new instance of the HelpOptionAttribute class
with the specified long name. Use parameter less constructor instead.
|
![]() | HelpOptionAttribute(Char, String) |
Initializes a new instance of the HelpOptionAttribute class.
Allows you to define short and long option names.
|