Skip to content

M_CommandLine_Text_HelpText_AddPostOptionsLine

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

HelpText.AddPostOptionsLine Method

Adds a text line at the bottom, after options usage string.

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

Syntax

C#

public HelpText AddPostOptionsLine(
	string value
)

VB

Public Function AddPostOptionsLine ( 
	value As String
) As HelpText

C++

public:
HelpText^ AddPostOptionsLine(
	String^ value
)

F#

member AddPostOptionsLine : 
        value : string -> HelpText 

Parameters

 

value
Type: System.String
A String instance.

Return Value

Type: HelpText
Updated HelpText instance.

Exceptions

 

Exception Condition
ArgumentNullException Thrown when parameter value is null or empty string.

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally