ValidateNotEmptyAttributeGetUsageHelpCore Method
Gets the usage help message for this validator.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
protected override string GetUsageHelpCore(
CommandLineArgument argument
)
Protected Overrides 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
) override
- argument CommandLineArgument
- The argument that the validator is for.
String
The usage help message.