您要查找的是不是:
- 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. 表示类型声明:类类型、接口类型、数组类型、值类型、枚举类型、类型参数、泛型类型定义,以及开放或封闭构造的泛型类型。
- enumeration type definition 枚举类型定义
- No translation unit shall contain more than one definition of any variable, function, class type, enumeration type or template. 翻译单元中只能有任何变量,函数,类类型,枚举类型或模板的唯一定义。
- Marks a type definition as discardable. 类型公开了以下成员。
- Paste the type definition into the destination class library. 将剪切的类型声明代码粘贴到目的类库。
- And any enumeration type based on a CLS-compliant base integer type. 以及任何基于符合CLS的基础整数类型的枚举类型。
- Instead, the tool produces a string in place of the simple type definition. 而是生成一个字符串来替代简单类型定义。
- A generic type definition is not assignable from a closed constructed type. 泛型类型定义不可以从封闭构造的类型赋值。
- Enumeration types may be used in a switch statement. 枚举类型可用于switch语句中。
- Defines the named static field in an enumeration type with the specified constant value. 用指定的常数值定义枚举类型中已命名的静态字段。
- An HTML document is validated against a Document Type Definition (DTD). HTML文档依靠DTD来校验文档是否有效。
- 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. 返回设置为指定值的、指定枚举类型的实例。
- Table 3 shows the Document Type Definition (DTD) [12] for workflow logs. 表3展示了工作流日志的文档类型定义(DTD)[12]。
- Indicates that a native enumeration is not qualified by the enumeration type name. This class cannot be inherited. [本主题是预发布的文档,在将来发布的版本中可能会有更改。空白主题是为将来预留的。
- Document Type Definition file used by SGML and XML to define mark-up languages. SGML和XML定义标记语言使用的“文档类型定义”文件。
- 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类型。