1·And any enumeration type based on a CLS-compliant base integer type.
以及任何基于符合CLS的基础整数类型的枚举类型。
2·A metatype type refers to the type of any type, including class types, structure types, enumeration types, and protocol types.
一个元类型是对任一类型(包括类类型,结构类型,枚举类型以及协议类型)的类型的引用。
3·No translation unit shall contain more than one definition of any variable, function, class type, enumeration type or template.
翻译单元中只能有任何变量,函数,类类型,枚举类型或模板的唯一定义。
4·My first step is to create a new type that defines all the moods to track. This is easily done using a Java 5 enumeration type, as shown in Listing 3.
我的第一步是创建一个新类型,用于定义要跟踪的所有情绪。
5·An enumeration type (also named an enumeration or an enum) provides an efficient way to define a set of named integral constants that may be assigned to a variable.
枚举类型(也称为枚举)为定义一组可以赋给变量的命名整数常量提供了一种有效的方法。
6·To increase type safety, this could also be an enumeration.
为了提高类型安全性,这也可以是一个枚举。
7·Then, Listing 6 USES the new enumeration as the type for the member variable.
然后,清单6使用新定义的枚举作为一个成员变量的类型。
8·OWL lets you specify the type of these properties, so hostname would be string, whilst operating system might be an enumeration with specific options specified.
用owl可以指定这些属性的类型,比如主机名是字符串类型,而操作系统则有可能是一个特定选项已经指定的枚举类型。
9·This enumeration contains the enumeration literals that define the definition language type for the naming authority.
这个枚举包含了那些定义了命名权限的定义语言类型的枚举文字。
10·The preference for the first day of the week also USES the same type of enumeration.
用于每周的第一天的首选项也使用相同类型的枚举。