Skip to content

M_CommandLine_Text_HelpText__ctor_4

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

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

Clone this wiki locally