LocalizedStringProviderValidatorDescriptions Method

Gets a formatted list of validator help messages.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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