M_CommandLine_Text_HelpText__ctor_4 - adutton/commandline GitHub Wiki

HelpText Constructor (String)

Initializes a new instance of the HelpText class specifying heading string.

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public HelpText(
	string heading
)

VB

Public Sub New ( 
	heading As String
)

C++

public:
HelpText(
	String^ heading
)

F#

new : 
        heading : string -> HelpText

Parameters

 

heading
Type: System.String
An heading string or an instance of HeadingInfo.

Exceptions

 

Exception Condition
ArgumentException Thrown when parameter heading is null or empty string.

See Also

Reference

HelpText Class
HelpText Overload
CommandLine.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️