ValidateCountAttributeIsValidPostParsing Method

Determines if the argument's item count is in the range.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public override bool IsValidPostParsing(
	CommandLineArgument argument
)

Parameters

argument  CommandLineArgument
The argument being validated.

Return Value

Boolean
if the value is valid; otherwise, .

See Also