enumerations
美
英 
例句
Such a type is called an enumerated type, and the values it contains are called enumerations.
这样一个类型被称为枚举类型,它所包含的值被称为枚举值。
Consider dividing the enumeration into two or more enumerations, each having a more precise set of values.
请考虑将该枚举划分为两个或多个枚举,使每个枚举都有一组更精确的值。
In the rest of this section, we let users pick one of the values listed in those enumerations for each of the two preferences.
在本小节的剩余部分,我们将实现让用户为这两个首选项之一挑选枚举列出的值。
Class to be used for queries or enumerations, allowing the user to specify values for the different options.
类的一个新实例,从而允许用户指定不同选项的值。
The Authentication namespace provides a set of enumerations that describe the security of a connection.
Authentication命名空间提供一组描述连接安全性的枚举。
Numbered enumerations invite nonstandard extensions that do not interoperate.
编号的枚举会引起不互操作的非标准扩展。
Since Scala enumerations are just regular objects, you could use any object with vals to indicate different "enumeration values" .
因为Scala的枚举值是通常的对象,你可以使用任何val对象来指示不同的“枚举值”。
The only available collection data structures are vectors, stacks, enumerations, and hash tables.
唯一可用的集合数据结构是向量栈、枚举和hash表。
The only UML types that can be created in a profile are Stereotypes, Classes, and Enumerations.
在概要文件中可以创建的UML类型包括原型、类和枚举类型。
The thread state enumerations are only of interest in a few debugging scenarios.
只在少数几个调试方案中涉及线程状态。
Enumerations: The JSR 14 target mode of javac has no special support for enumerations.
枚举:javacJSR14目标模式对枚举没有特殊支持。
The other values of these enumerations use colors specified by the operating system.
这些枚举的其他值使用操作系统指定的颜色。
Do use enumerations if a member would otherwise have two or more Boolean parameters.
如果成员本来有两个或多个布尔参数,则要使用枚举。
Most notably, there was a problem in the initial Lotus Domino V7. 0 release that caused enumerations not to work properly.
最值得一提的是,在最初的LotusDominoV7.0发布版中有一个问题,导致枚举无法正常工作。
Flags enumerations are used for masking bit fields and doing bitwise comparisons.
标志枚举用于屏蔽位域及执行按位比较。
Bad: It is a bad idea to abbreviate enumerations; the user will have no idea which value to use.
不好的方法:用缩写表示枚举数据不是个好办法,因为这样用户就无法判断该用哪一个值了。
Describes how the export process converts classes, interfaces, value types, and enumerations.
描述导出过程如何转换类、接口、值类型和枚举。
Just like the for-each loop, enumerations require support from the class library.
正像for-each循环一样,枚举也要求来自类库的支持。
The common language runtime supports type equivalence between these different views for interfaces, structures, enumerations, and delegates.
公共语言运行时支持这些不同视图之间的类型等效性,这些类型包括接口、结构、枚举和委托。
Examples of the supporting classes are enumerations, event argument classes, and delegates used by events within controls and components.
支持类的例子有枚举、事件参数类,以及控件和组件内的事件使用的委托。
The following example shows two enumerations that do not use the recommended underlying data type.
下列范例会显示没有使用建议之基础资料型别的两个列举型别。
Two of these properties, MarqueeSpinDirection and MarqueeLightShape are represented by enumerations.
其中的两个属性MarqueeSpinDirection和MarqueeLightShape由枚举表示。
Several enumerations that allow you to create specific access and audit rules.
几个用于创建特定访问规则和审核规则的枚举。
The author provides complete enumerations of the opinions of Cartesian scholars on disputed questions of interpretation.
这位作家提供了一份关于笛卡尔派学者在争论解释问题时所提出的各种见解的细目。
Do not add Flags as a suffix on the names of flags enumerations.
不要在标志枚举的名称中添加Flags作为后缀。
Code that attempts to use enumerations will fail with a NoClassDefFoundError looking for the java. lang. Enum base class.
尝试使用枚举的代码会失败,在寻找java.lang.Enum基类时出现NoClassDefFoundError。
Simple enumerations contain values that are not combined or used in bitwise comparisons.
简单枚举包含的值不用于组合,也不用于按位比较。
Each namespace contains types that you can use in your program: classes, structures, enumerations, delegates, and interfaces.
每个命名空间都包含可在程序中使用的类型:类、结构、枚举、委托和接口。
Elements you can declare at namespace level include classes, structures, modules, interfaces, enumerations, and delegates.
可以在命名空间级别声明的元素包括类、结构、模块、接口、枚举和委托。
Packages, tasks, and the Foreach Loop, For Loop, and Sequence containers can use the following enumerations to set the specified properties.
包、任务和Foreach循环、For循环和序列容器可以使用以下枚举来设置指定的属性。
Enumerations allow for adding values in later versions, however, adding values to enumerations can introduce compatibility issues.
枚举允许在以后的版本中添加值,但向枚举添加值可能会引入兼容性问题。
Explanation of using regular expressions, enumerations, unions, lists, and substitution groups.
使用正则表达式、枚举、联合、列表和置换组的说明。
Describes guidelines for using static and abstract classes, interfaces, enumerations, and structures.
描述使用静态和抽象类、接口、枚举和结构的准则。
Flags enumerations are intended to be combined using bitwise OR operations.
标志枚举应使用按位OR操作进行组合。
You can use Rational modeling extension to model various types, including classes, structs, delegates, and enumerations, among others.
您可以使用Rational建模扩展对各种类型建模,其中包括类、结构、委托,和枚举。
With XSD, enumerations are static and, therefore, cannot be made context-aware.
使用XSD时,枚举是静态的,因此无法做到上下文感知。
XML Schema enumerations help the user discover the valid values for a particular variable.
XMLSchema枚举可以帮助用户发现某个特定变量的有效值。
Enumerations provide sets of constant values that are useful for strongly typing members and improving readability of code.
枚举提供成组的常数值,它们有助于使成员成为强类型以及提高代码的可读性。
Are two enumerations that specify a permission to use isolated storage for a roaming user.
是两种指定使用漫游用户独立存储权限的枚举。
Do not apply this attribute to simple enumerations.
不要将此属性应用于简单枚举。