ArgumentValidationAttributeValidate Method
Validates the argument value, and throws an exception if validation failed.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public void Validate(
CommandLineArgument argument,
Object? value
)
Public Sub Validate (
argument As CommandLineArgument,
value As Object
)
Dim instance As ArgumentValidationAttribute
Dim argument As CommandLineArgument
Dim value As Object
instance.Validate(argument, value)
public:
void Validate(
CommandLineArgument^ argument,
Object^ value
)
Parameters
- argument CommandLineArgument
- The argument being validated.
- value Object
-
The argument value. If not , this must be a string or an instance of
CommandLineArgumentArgumentType.