Search Results for

    Show / Hide Table of Contents

    Class OptionAttributeConventionBase<TAttribute>

    Shared implementation for adding conventions based on OptionAttributeBase.

    Inheritance
    System.Object
    OptionAttributeConventionBase<TAttribute>
    HelpOptionAttributeConvention
    OptionAttributeConvention
    VersionOptionAttributeConvention
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: McMaster.Extensions.CommandLineUtils.Conventions
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public abstract class OptionAttributeConventionBase<TAttribute>
        where TAttribute : OptionAttributeBase
    Type Parameters
    Name Description
    TAttribute
    • Improve this Doc
    • View Source
    In This Article
    Back to top