M_CommandLine_Text_HelpText_AddPostOptionsText - adutton/commandline GitHub Wiki
Adds a text block of lines at the bottom, after options usage string.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public HelpText AddPostOptionsText(
string text
)VB
Public Function AddPostOptionsText (
text As String
) As HelpTextC++
public:
HelpText^ AddPostOptionsText(
String^ text
)F#
member AddPostOptionsText :
text : string -> HelpText
- text
- Type: System.String
A String text block.