Skip to content

M_CommandLine_Text_HelpText_GetMaxOptionLength

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

HelpText.GetMaxOptionLength Method

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

Syntax

C#

private int GetMaxOptionLength(
	OptionSpecification spec
)

VB

Private Function GetMaxOptionLength ( 
	spec As OptionSpecification
) As Integer

C++

private:
int GetMaxOptionLength(
	OptionSpecification^ spec
)

F#

private member GetMaxOptionLength : 
        spec : OptionSpecification -> int 

Parameters

 

spec
Type: CommandLine.Core.OptionSpecification

Return Value

Type: Int32

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally