Click or drag to resize
HelpText Constructor (BaseSentenceBuilder, String)
Initializes a new instance of the HelpText class specifying the sentence builder and 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(
	BaseSentenceBuilder sentenceBuilder,
	string heading
)

Parameters

sentenceBuilder
Type: X3Platform.CommandLine.TextBaseSentenceBuilder
A BaseSentenceBuilder instance.
heading
Type: SystemString
A string with heading or an instance of HeadingInfo.
See Also