Class OptionAttributeConventionBase<TAttribute>
Shared implementation for adding conventions based on OptionAttributeBase.
Inheritance
System.Object
OptionAttributeConventionBase<TAttribute>
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 |