Table of Contents
API reference

Class NumericEnumAttribute

Namespace
DisCatSharp.Common.Serialization
Assembly
DisCatSharp.Common.dll

Specifies that this enum should be serialized and deserialized as its underlying numeric type.

This is used to change the behaviour of enum serialization.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class NumericEnumAttribute : SerializationAttribute
Inheritance
NumericEnumAttribute
Inherited Members
Extension Methods