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#

publicHelpTextAddPostOptionsLine(stringvalue)

VB

PublicFunctionAddPostOptionsLine(valueAsString)AsHelpText

C++

public: HelpText^ AddPostOptionsLine( String^ value )

F#

memberAddPostOptionsLine:value :string ->HelpText 

Parameters

value
Type: System.String
A String instance.

Return Value

Type: HelpText
Updated HelpText instance.

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when parameter value is null or empty string.

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally