C#枚举

关于C#的Enum(枚举),以前用过,老觉得有很多的坑。如果Enum中有2个值相同,则会出现一些问题: 1 , enum Platform : int         EnumControl using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EnumTes
相关文章
相关标签/搜索