M_CommandLine_Text_HelpText_AddPreOptionsText - adutton/commandline GitHub Wiki
Adds a text block of lines after copyright and before options usage strings.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public HelpText AddPreOptionsText(
string text
)VB
Public Function AddPreOptionsText (
text As String
) As HelpTextC++
public:
HelpText^ AddPreOptionsText(
String^ text
)F#
member AddPreOptionsText :
text : string -> HelpText
- text
- Type: System.String
A String text block.