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 }
View Code

 哈哈哈

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的主要内容,如果未能解决你的问题,请参考以下文章

C#知识点 枚举

C# 最有用的(自定义)代码片段是啥? [关闭]

c#代码片段快速构建代码

此 Canon SDK C++ 代码片段的等效 C# 代码是啥?

是否可以动态编译和执行 C# 代码片段?

C#常用代码片段备忘