Skip to content

M_CommandLine_Text_HelpText_AddPostOptionsText

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

HelpText.AddPostOptionsText Method

Adds a text block of lines at the bottom, after options usage string.

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

Syntax

C#

publicHelpTextAddPostOptionsText(stringtext)

VB

PublicFunctionAddPostOptionsText(textAsString)AsHelpText

C++

public: HelpText^ AddPostOptionsText( String^ text )

F#

memberAddPostOptionsText:text :string ->HelpText 

Parameters

text
Type: System.String
A String text block.

Return Value

Type: HelpText
Updated HelpText instance.

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally