C# enum
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C# enum相关的知识,希望对你有一定的参考价值。
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace struct_enum 8 { 9 /// <struct> 10 /// struct: 值类型 11 /// </struct> 12 struct Person 13 { 14 15 } 16 17 class Program 18 { 19 static void Main(string[] args) 20 { 21 } 22 } 23 }
哈哈哈
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace struct_enum { /// <struct> /// struct: 值类型 /// </struct> struct Person { } class Program { static void Main(string[] args) { } } }
以上是关于C# enum的主要内容,如果未能解决你的问题,请参考以下文章