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