Click or drag to resize
ParserSettings Constructor (TextWriter)
Initializes a new instance of the ParserSettings class, setting the TextWriter used for help method output.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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