Skip to content

M_CommandLine_Text_HelpText_AddOption

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

HelpText.AddOption Method

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

Syntax

C#

private HelpText AddOption(
	string requiredWord,
	int maxLength,
	Specification specification,
	int widthOfHelpText
)

VB

Private Function AddOption ( 
	requiredWord As String,
	maxLength As Integer,
	specification As Specification,
	widthOfHelpText As Integer
) As HelpText

C++

private:
HelpText^ AddOption(
	String^ requiredWord, 
	int maxLength, 
	Specification^ specification, 
	int widthOfHelpText
)

F#

private member AddOption : 
        requiredWord : string * 
        maxLength : int * 
        specification : Specification * 
        widthOfHelpText : int -> HelpText 

Parameters

 

requiredWord
Type: System.String
maxLength
Type: System.Int32
specification
Type: CommandLine.Core.Specification
widthOfHelpText
Type: System.Int32

Return Value

Type: HelpText

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally