ParserSettings Constructor (Boolean, TextWriter) |
Initializes a new instance of the
ParserSettings class,
setting case comparison and help output options.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic ParserSettings(
bool caseSensitive,
TextWriter helpWriter
)
public:
ParserSettings(
bool caseSensitive,
TextWriter^ helpWriter
)
Parameters
- caseSensitive
- Type: SystemBoolean
If set to true, parsing will be case sensitive. - helpWriter
- Type: System.IOTextWriter
Any instance derived from TextWriter,
default Error. Setting this argument to null, will disable help screen.
See Also