DependencyValidationAttributeIsValidPostParsing Method

Determines if the dependencies are met.

Definition

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

Parameters

argument  CommandLineArgument
The argument being validated.

Return Value

Boolean
if the value is valid; otherwise, .

Exceptions

InvalidOperationException One of the argument names in the Arguments property refers to an argument that doesn't exist.

See Also