DependencyValidationAttributeIsValidPostParsing Method
Determines if the dependencies are met.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public override sealed bool IsValidPostParsing(
CommandLineArgument argument
)
Public Overrides NotOverridable Function IsValidPostParsing (
argument As CommandLineArgument
) As Boolean
Dim instance As DependencyValidationAttribute
Dim argument As CommandLineArgument
Dim returnValue As Boolean
returnValue = instance.IsValidPostParsing(argument)
public:
virtual bool IsValidPostParsing(
CommandLineArgument^ argument
) override sealed
- argument CommandLineArgument
- The argument being validated.
Boolean if the value is valid; otherwise,
.