Class EnumDefaultValueAttribute
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
-
objectAttributeEnumDefaultValueAttribute
- Extension Methods
Constructors
EnumDefaultValueAttribute()
public EnumDefaultValueAttribute()