Parser Constructor (ParserSettings) |
Note: This API is now obsolete.
Namespace: X3Platform.CommandLineAssembly: 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
)
public:
[ObsoleteAttribute(L"Use constructor that accepts Action<ParserSettings>.")]
Parser(
ParserSettings^ settings
)
Parameters
- settings
- Type: X3Platform.CommandLineParserSettings
The ParserSettings object is used to configure
aspects and behaviors of the parser.
See Also