Click or drag to resize
HelpTextAddPreOptionsLine Method
Adds a text line after copyright and before options usage strings.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void AddPreOptionsLine(
	string value
)

Parameters

value
Type: SystemString
A String instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when parameter value is null or empty string.
See Also