ArgumentValidationWithHelpAttributeGetUsageHelpCore Method
Gets the usage help message for this validator.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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.