Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

M_CommandLine_Text_HelpText_AddOptionsImpl

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

HelpText.AddOptionsImpl Method

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

Syntax

C#

private HelpText AddOptionsImpl(
	IEnumerable<Specification> specifications,
	string requiredWord,
	int maximumLength
)

VB

Private Function AddOptionsImpl ( 
	specifications As IEnumerable(Of Specification),
	requiredWord As String,
	maximumLength As Integer
) As HelpText

C++

private:
HelpText^ AddOptionsImpl(
	IEnumerable<Specification^>^ specifications, 
	String^ requiredWord, 
	int maximumLength
)

F#

private member AddOptionsImpl : 
        specifications : IEnumerable<Specification> * 
        requiredWord : string * 
        maximumLength : int -> HelpText 

Parameters

 

specifications
Type: System.Collections.Generic.IEnumerable(Specification)
requiredWord
Type: System.String
maximumLength
Type: System.Int32

Return Value

Type: HelpText

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.