RequiresAnyAttributeIsValid Method

Determines if the at least one of the arguments in Arguments was supplied on the command line.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public override bool IsValid(
	CommandLineParser parser
)

Parameters

parser  CommandLineParser
The argument parser being validated.

Return Value

Boolean
if the arguments are valid; otherwise, .

See Also