LocalizedStringProviderValidatorDescriptions Method

Gets a formatted list of validator help messages.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public virtual string ValidatorDescriptions(
	CommandLineArgument argument
)

Parameters

argument  CommandLineArgument
The command line argument.

Return Value

String
The string.

Remarks

  Note

The default implementation of UsageWriter expects the returned value to start with a white-space character.

If you override the UsageWriter method, this method will not be called.

See Also