Update and Extend an enum C#

前端 未结 0 1191
滥情空心
滥情空心 2021-01-15 05:36

I have an enum :

[Flags]
public enum Access
{
    Delete,
    Publish,
    Submit,
    Comment,
    Modify
}

I need to extend it with the fol

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