Interface IValidationBuilder<T>
Creates a collection of validators on CommandOption<T> or CommandArgument<T>
Inherited Members
Namespace: McMaster.Extensions.CommandLineUtils.Validation
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public interface IValidationBuilder<T> : IValidationBuilder
Type Parameters
Name | Description |
---|---|
T |
Remarks
Custom validation extension methods should hang off this type.