Interface IArgumentValidationBuilder<T>
- Namespace
- McMaster.Extensions.CommandLineUtils.Validation
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Creates a collection of validators for CommandArgument<T>.
public interface IArgumentValidationBuilder<T> : IArgumentValidationBuilder, IValidationBuilder<T>, IValidationBuilder
Type Parameters
T
- Inherited Members
- Extension Methods
Remarks
Custom validation extension methods that only apply to CommandArgument<T> should hang off this type.