How to create a constant array to be filled with enumerations in Microsoft Visual Studio C#?

前端 未结 0 1196
渐次进展
渐次进展 2020-12-04 04:40

this is my code:

//first enumeration declaration
public enum Te1 {  
  e1_e1  = 5,
  e1_e2 = 19
}  

//second enumeration declaration
public enum Te2 {
  e2_e         


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