Click or drag to resize
Parser Constructor (ParserSettings)

Note: This API is now obsolete.

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

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
[ObsoleteAttribute("Use constructor that accepts Action<ParserSettings>.")]
public Parser(
	ParserSettings settings
)

Parameters

settings
Type: X3Platform.CommandLineParserSettings
The ParserSettings object is used to configure aspects and behaviors of the parser.
See Also