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