Retrieving CustomAttribute of a new enum which is created from another 2 enums in c#

前端 未结 0 1612
时光取名叫无心
时光取名叫无心 2021-01-02 03:55

I have 2 enums with Customattributes on enumvalues like below

public enum enum1
{
     [Identifier("Identifier11")]
     enum1value1,
     [Identifi         


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