Table of Contents

Class OptionAttributeConventionBase<TAttribute>

Namespace
McMaster.Extensions.CommandLineUtils.Conventions
Assembly
McMaster.Extensions.CommandLineUtils.dll

Shared implementation for adding conventions based on OptionAttributeBase.

public abstract class OptionAttributeConventionBase<TAttribute> where TAttribute : OptionAttributeBase

Type Parameters

TAttribute
Inheritance
object
OptionAttributeConventionBase<TAttribute>
Derived