ParserSettings Constructor (TextWriter) |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic ParserSettings(
TextWriter helpWriter
)
public:
ParserSettings(
TextWriter^ helpWriter
)
Parameters
- helpWriter
- Type: System.IOTextWriter
Any instance derived from TextWriter,
default Error. Setting this argument to null, will disable help screen.
See Also