LocalizedStringProviderValidatorDescriptions Method

Gets a formatted list of validator help messages.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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 UsageWriterWriteArgumentValidators(CommandLineArgument) method, this method will not be called.

See Also