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_Parser__ctor_2

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

Parser Constructor (Action(ParserSettings))

Initializes a new instance of the Parser class, configurable with ParserSettings using a delegate.

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

Syntax

C#

public Parser(
	Action<ParserSettings> configuration
)

VB

Public Sub New ( 
	configuration As Action(Of ParserSettings)
)

C++

public:
Parser(
	Action<ParserSettings^>^ configuration
)

F#

new : 
        configuration : Action<ParserSettings> -> Parser

Parameters

 

configuration
Type: System.Action(ParserSettings)
The Action(T) delegate used to configure aspects and behaviors of the parser.

See Also

Reference

Parser Class
Parser Overload
CommandLine Namespace

Clone this wiki locally

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