LocalizedStringProviderValidateRangeUsageHelp Method

Gets the usage help for the ValidateRangeAttribute class.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public virtual string ValidateRangeUsageHelp(
	ValidateRangeAttribute attribute
)

Parameters

attribute  ValidateRangeAttribute
The attribute instance.

Return Value

String
The string.

See Also