ParserSettings Constructor (Boolean, Boolean) |
Initializes a new instance of the
ParserSettings class,
setting case comparison and mutually exclusive behaviors.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic ParserSettings(
bool caseSensitive,
bool mutuallyExclusive
)
public:
ParserSettings(
bool caseSensitive,
bool mutuallyExclusive
)
Parameters
- caseSensitive
- Type: SystemBoolean
If set to true, parsing will be case sensitive. - mutuallyExclusive
- Type: SystemBoolean
If set to true, enable mutually exclusive behavior.
See Also