Click or drag to resize
HelpOptionAttribute Constructor
Overload List
  NameDescription
Public methodHelpOptionAttribute
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.
Public methodHelpOptionAttribute(Char)
Initializes a new instance of the HelpOptionAttribute class with the specified short name. Use parameter less constructor instead.
Public methodHelpOptionAttribute(String)
Initializes a new instance of the HelpOptionAttribute class with the specified long name. Use parameter less constructor instead.
Public methodHelpOptionAttribute(Char, String)
Initializes a new instance of the HelpOptionAttribute class. Allows you to define short and long option names.
Top
See Also