枚举的英语翻译
枚举的英文和例句“点击”或“选中”例句中的单词,就可以看到词义解释
- 这样一个类型被称为枚举类型,它所包含的值被称为枚举值。
- Such a type is called an enumerated type , and the values it contains are called enumerations .
- 你可以看到我们的breed枚举类型包含了几种value类型的值,像下面的例子所展示的。
- We can see that our breed enumerated type contains several variables of type value , as in the following example .
- 无法对一个枚举类型实施反向工程。
- Couldn 't reverse engineer an enumerated type .