Click or drag to resize
HelpText Constructor (String)
Initializes a new instance of the HelpText class specifying heading string.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public HelpText(
	string heading
)

Parameters

heading
Type: SystemString
An heading string or an instance of HeadingInfo.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when parameter heading is null or empty string.
See Also