您要查找的是不是:
- And any enumeration type based on a CLS-compliant base integer type. 以及任何基于符合CLS的基础整数类型的枚举类型。
- Defines the named static field in an enumeration type with the specified constant value. 用指定的常数值定义枚举类型中已命名的静态字段。
- Returns an instance of the specified enumeration type set to the specified 16-bit signed integer value. 返回一个指定枚举类型的实例,设置为指定的16位有符号整数值。
- Returns an instance of the specified enumeration type set to the specified 32-bit unsigned integer value. 返回一个指定枚举类型的实例,设置为指定的32位无符号整数值。
- Returns an instance of the specified enumeration type set to the specified value. 返回设置为指定值的、指定枚举类型的实例。
- Indicates that a native enumeration is not qualified by the enumeration type name. This class cannot be inherited. [本主题是预发布的文档,在将来发布的版本中可能会有更改。空白主题是为将来预留的。
- Enumeration types may be used in a switch statement. 枚举类型可用于switch语句中。
- No translation unit shall contain more than one definition of any variable, function, class type, enumeration type or template. 翻译单元中只能有任何变量,函数,类类型,枚举类型或模板的唯一定义。
- Test results demonstrated that the coordination system realized the desired goals and achieved a good speedup for the enumeration type problems. 测试结果表明,协作系统达到了预期的设计目标,对于穷举类特定问题获得了较好的加速比。
- This method accepts the enumeration type you are parsing, the string to parse, and an optional Boolean flag indicating whether or not the parse is case-sensitive. 此方法接受正在分析的枚举类型、要分析的字符串和指明分析是否区分大小写的可选Boolean标志。
- Type. Like other value types, enumeration types do not support Java reflection and cannot be serialized as Java types. 与其他值类型一样,枚举类型不支持Java反射,并且不能被序列化为Java类型。
- From the client's perspective, enumeration types become classes with a static constant string field for each value. 从客户端的角度来看,枚举类型变为每个值都有一个静态常量字符串字段的类。
- We can define a similarly rich set of expressions for objects of our own types (i.e., class or enumeration types) by defining overloaded versions of the built-in operators. 通过定义内置操作符的重载版本,我们可以为自己的类型(即,类类型或枚举类型)的对象定义同样丰富的表达式集合。
- Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types. 表示类型声明:类类型、接口类型、数组类型、值类型、枚举类型、类型参数、泛型类型定义,以及开放或封闭构造的泛型类型。
- Should you use these aspects with enumerated types? 应该对枚举类型使用这些方面吗?
- We discuss enumerated types in greater detail in. 我们将在第五章更详细的讨论枚举类型。
- The basic concept of using enumerated types is simple. 使用枚举类型的基本概念很简单。
- Depending on the enumerator type it uses, the Foreach Loop container may also require a connection manager. 根据所使用的枚举器类型,Foreach循环容器可能也需要连接管理器。
- A variable of an enumerated type can hold values outside the range of declared values. 枚举类型的变量可以接受声明值范围之外的值。
- This concept is getting more into the area of treating each element of an enumerated type as a subclass. 这个概念正在深入到将枚举类型的每个元素作为一个子类对待的领域。