M_CommandLine_Text_HelpText__ctor_4 - adutton/commandline GitHub Wiki
Initializes a new instance of the HelpText class specifying heading string.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public HelpText(
string heading
)VB
Public Sub New (
heading As String
)C++
public:
HelpText(
String^ heading
)F#
new :
heading : string -> HelpText
- heading
- Type: System.String
An heading string or an instance of HeadingInfo.
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when parameter heading is null or empty string. |