枚举类型 meaning in English
enum-type
enumerated type
enumeration types
Examples
- Every enumeration type has an underlying type of
每一个枚举类型都有一个 - Conversions from any numeric type to any enumerated type
从任何numeric类型到任何枚举类型( - Enumeration types cannot implement interfaces
枚举类型不能实现接口。 - Create a new enumeration with the name
创建一个新的枚举类型,名字叫做 - A class that helps define and represent an enumeration type
帮助定义并表示枚举类型的类。