Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.