Search Results for

    Show / Hide Table of Contents

    Interface IConvention

    Defines a convention for an instance of CommandLineApplication<TModel>.

    Namespace: McMaster.Extensions.CommandLineUtils.Conventions
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public interface IConvention

    Methods

    | Improve this Doc View Source

    Apply(ConventionContext)

    Apply the convention.

    Declaration
    void Apply(ConventionContext context)
    Parameters
    Type Name Description
    ConventionContext context

    The context in which the convention is applied.

    • Improve this Doc
    • View Source
    In This Article
    Back to top