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