Parser Constructor (ActionParserSettings) |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Parser(
Action<ParserSettings> configuration
)
public:
Parser(
Action<ParserSettings^>^ configuration
)
Parameters
- configuration
- Type: SystemActionParserSettings
The ActionT delegate used to configure
aspects and behaviors of the parser.
See Also