M_CommandLine_Text_HelpText_AddPreOptionsLine - adutton/commandline GitHub Wiki
Adds a text line after copyright and before options usage strings.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public HelpText AddPreOptionsLine(
string value
)VB
Public Function AddPreOptionsLine (
value As String
) As HelpTextC++
public:
HelpText^ AddPreOptionsLine(
String^ value
)F#
member AddPreOptionsLine :
value : string -> HelpText
- value
- Type: System.String
A String instance.
Type: HelpText
Updated HelpText instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when parameter value is null or empty string. |
HelpText Class
AddPreOptionsLine Overload
CommandLine.Text Namespace