M_CommandLine_Parser__ctor_2 - adutton/commandline GitHub Wiki
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
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
- configuration
- Type: System.Action(ParserSettings)
The Action(T) delegate used to configure aspects and behaviors of the parser.