System.Runtime.Serialization.EnumMemberAttribute
namespace System.Runtime.Serialization
{
public sealed class EnumMemberAttribute : Attribute
{
public bool IsValueSetExplicitly { get; }
public string Value { get; set; }
public EnumMemberAttribute();
}
}