Table of Contents

Class EnumDefaultValueAttribute

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Marks the enum value as the default value for the containing enum type.

[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class EnumDefaultValueAttribute : Attribute
Inheritance
object
Attribute
EnumDefaultValueAttribute
Extension Methods

Constructors

EnumDefaultValueAttribute()

public EnumDefaultValueAttribute()