Click or drag to resize
Parser Constructor (ActionParserSettings)
Initializes a new instance of the Parser class, configurable with ParserSettings using a delegate.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Parser(
	Action<ParserSettings> configuration
)

Parameters

configuration
Type: SystemActionParserSettings
The ActionT delegate used to configure aspects and behaviors of the parser.
See Also