ValidateEnumValueAttributeGetUsageHelpCore Method

Gets the usage help message for this validator.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
protected override string GetUsageHelpCore(
	CommandLineArgument argument
)

Parameters

argument  CommandLineArgument
The argument that the validator is for.

Return Value

String
The usage help message.

Remarks

Use a custom LocalizedStringProvider class that overrides the LocalizedStringProviderValidateEnumValueUsageHelp(Type) method to customize this message.

See Also