Class NumericEnumAttribute
Specifies that this enum should be serialized and deserialized as its underlying numeric type.
This is used to change the behaviour of enum serialization.
Namespace: DisCatSharp.Common.Serialization
Assembly: DisCatSharp.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class NumericEnumAttribute : SerializationAttribute