Table of Contents

Interface IValidationBuilder

Namespace
McMaster.Extensions.CommandLineUtils.Validation
Assembly
McMaster.Extensions.CommandLineUtils.dll

Creates a collection of validators.

public interface IValidationBuilder
Extension Methods

Remarks

Custom validation extension methods should hang off this type.

Methods

Use(IValidator)

Use the IValidator.

void Use(IValidator validator)

Parameters

validator IValidator

The validator.