Interface IArgumentValidationBuilder
Creates a collection of validators for CommandArgument.
Inherited Members
Namespace: McMaster.Extensions.CommandLineUtils.Validation
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public interface IArgumentValidationBuilder : IValidationBuilder
Remarks
Custom validation extension methods that only apply to CommandArgument should hang off this type.
Methods
| Improve this Doc View SourceUse(IArgumentValidator)
Use the given IArgumentValidator.
Declaration
void Use(IArgumentValidator validator)
Parameters
Type | Name | Description |
---|---|---|
IArgumentValidator | validator | The validator. |