ValidateNotEmptyAttributeGetUsageHelpCore 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 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.