HelpText Constructor (String) |
Initializes a new instance of the
HelpText class
specifying heading string.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic HelpText(
string heading
)
public:
HelpText(
String^ heading
)
Parameters
- heading
- Type: SystemString
An heading string or an instance of HeadingInfo.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when parameter heading is null or empty string. |
See Also