ValidateCountAttributeGetUsageHelpCore Method

Gets the usage help message for this validator.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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 LocalizedStringProviderValidateCountUsageHelp(ValidateCountAttribute) method to customize this message.

See Also