HelpTextAddPostOptionsLine Method |
Adds a text line at the bottom, after options usage string.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void AddPostOptionsLine(
string value
)
public:
void AddPostOptionsLine(
String^ value
)
Parameters
- value
- Type: SystemString
A String instance.
Exceptions
See Also