Click or drag to resize
HelpText Constructor (BaseSentenceBuilder)
Initializes a new instance of the HelpText class specifying the sentence builder.

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
)

Parameters

sentenceBuilder
Type: X3Platform.CommandLine.TextBaseSentenceBuilder
A BaseSentenceBuilder instance.
See Also