.NET/C#: InvalidOperationException while trying to save new enum value

前端 未结 0 1458
说谎
说谎 2021-01-20 14:40

I have an existing .NET/C#-enum

public enum Model 
{
   Default = 0,
   Value1 = 1
}

that is property of a class.

The class is seriali

相关标签:
回答
  • 消灭零回复
提交回复
热议问题