ArgumentValidationWithHelpAttributeGetUsageHelpCore Method
Gets the usage help message for this validator.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
protected abstract string GetUsageHelpCore(
CommandLineArgument argument
)
Protected MustOverride Function GetUsageHelpCore (
argument As CommandLineArgument
) As String
Dim argument As CommandLineArgument
Dim returnValue As String
returnValue = Me.GetUsageHelpCore(argument)
protected:
virtual String^ GetUsageHelpCore(
CommandLineArgument^ argument
) abstract
- argument CommandLineArgument
- The argument that the validator is for.
String
The usage help message.