Skip to content

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