M_CommandLine_Text_HelpText_GetMaxOptionLength - adutton/commandline GitHub Wiki
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private int GetMaxOptionLength(
OptionSpecification spec
)VB
Private Function GetMaxOptionLength (
spec As OptionSpecification
) As IntegerC++
private:
int GetMaxOptionLength(
OptionSpecification^ spec
)F#
private member GetMaxOptionLength :
spec : OptionSpecification -> int
- spec
- Type: CommandLine.Core.OptionSpecification
Type: Int32