Search Results for

    Show / Hide Table of Contents

    Interface IValidator

    Provides validation for CommandArgument and CommandOption.

    Inherited Members
    IOptionValidator.GetValidationResult(CommandOption, ValidationContext)
    IArgumentValidator.GetValidationResult(CommandArgument, ValidationContext)
    Namespace: McMaster.Extensions.CommandLineUtils.Validation
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public interface IValidator : IOptionValidator, IArgumentValidator
    • Improve this Doc
    • View Source
    In This Article
    Back to top