Search Results for

    Show / Hide Table of Contents

    Class AttributeConvention

    Searches the model type and its members for attributes that implement IMemberConvention or IConvention.

    Inheritance
    System.Object
    AttributeConvention
    Implements
    IConvention
    Namespace: McMaster.Extensions.CommandLineUtils.Conventions
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public class AttributeConvention : IConvention

    Methods

    | Improve this Doc View Source

    Apply(ConventionContext)

    Apply the convention.

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

    The context in which the convention is applied.

    Implements

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