enumeration types meaning in English
枚举类型
Examples
- Enum type sample declare a enumeration type
>枚举类型示例(声明枚举类型) - The named values of an enumeration type are declared as
将枚举类型的指名值声明为枚举的 - Every enumeration type has an underlying type of
每一个枚举类型都有一个 - Enumeration types cannot implement interfaces
枚举类型不能实现接口。 - A class that helps define and represent an enumeration type
帮助定义并表示枚举类型的类。