Type, structure, union, and enum definitions.
_类型、结构、联合体和枚举定义。
For that, we need an enum type to indicate what we want.
为此,我们需要一个枚举类型,表示我们想要的。
You can use extension methods to add functionality specific to a particular enum type.
可以使用扩展方法添加特定于某个特定枚举类型的功能。
Avoid specifying a type for an enum.
避免对枚举指定类型。
Avoid specifying a type for an enum.
避免对枚举指定类型。
应用推荐