HelpTextAddPreOptionsLine Method |
Adds a text line after copyright and before options usage strings.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void AddPreOptionsLine(
string value
)
public:
void AddPreOptionsLine(
String^ value
)
Parameters
- value
- Type: SystemString
A String instance.
Exceptions
See Also