M_CommandLine_Text_HelpText_AddOption - adutton/commandline GitHub Wiki
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private HelpText AddOption(
string requiredWord,
int maxLength,
Specification specification,
int widthOfHelpText
)VB
Private Function AddOption (
requiredWord As String,
maxLength As Integer,
specification As Specification,
widthOfHelpText As Integer
) As HelpTextC++
private:
HelpText^ AddOption(
String^ requiredWord,
int maxLength,
Specification^ specification,
int widthOfHelpText
)F#
private member AddOption :
requiredWord : string *
maxLength : int *
specification : Specification *
widthOfHelpText : int -> HelpText
- requiredWord
- Type: System.String
- maxLength
- Type: System.Int32
- specification
- Type: CommandLine.Core.Specification
- widthOfHelpText
- Type: System.Int32
Type: HelpText