M_CommandLine_Text_HelpText_AddOptionsImpl - adutton/commandline GitHub Wiki
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private HelpText AddOptionsImpl(
IEnumerable<Specification> specifications,
string requiredWord,
int maximumLength
)VB
Private Function AddOptionsImpl (
specifications As IEnumerable(Of Specification),
requiredWord As String,
maximumLength As Integer
) As HelpTextC++
private:
HelpText^ AddOptionsImpl(
IEnumerable<Specification^>^ specifications,
String^ requiredWord,
int maximumLength
)F#
private member AddOptionsImpl :
specifications : IEnumerable<Specification> *
requiredWord : string *
maximumLength : int -> HelpText
- specifications
- Type: System.Collections.Generic.IEnumerable(Specification)
- requiredWord
- Type: System.String
- maximumLength
- Type: System.Int32
Type: HelpText