HelpOption Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HelpOption()
HelpOption(String, String[])
- Source:
- HelpOption.cs
public:
HelpOption(System::String ^ name, ... cli::array <System::String ^> ^ aliases);
public HelpOption(string name, params string[] aliases);
new System.CommandLine.Help.HelpOption : string * string[] -> System.CommandLine.Help.HelpOption
Public Sub New (name As String, ParamArray aliases As String())
Parameters
- name
- String
- aliases
- String[]