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