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#

public HelpText AddPostOptionsText(
	string text
)

VB

Public Function AddPostOptionsText ( 
	text As String
) As HelpText

C++

public:
HelpText^ AddPostOptionsText(
	String^ text
)

F#

member AddPostOptionsText : 
        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