Table of Contents

Class EnumerationDescriptionAttribute

Namespace
CapyKit.Attributes
Assembly
CapyKit.dll

An attribute class for decorating enumeration fields with a description.

[AttributeUsage(AttributeTargets.Field)]
public class EnumerationDescriptionAttribute : EnumerationAttribute<string>
Inheritance
EnumerationDescriptionAttribute
Inherited Members
Extension Methods

Constructors

EnumerationDescriptionAttribute(string)

Initializes a new instance of the EnumerationDescriptionAttribute class with the specified description.

public EnumerationDescriptionAttribute(string description)

Parameters

description string

The description of the enumeration value.

See Also