您要查找的是不是:
- 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. 表示类型声明:类类型、接口类型、数组类型、值类型、枚举类型、类型参数、泛型类型定义,以及开放或封闭构造的泛型类型。
- array type definition 数组类型定义
- Class using the specified array type and rank. 使用指定的数组类型和秩初始化。
- Class using the specified array type name and rank. 使用指定的数组类型名称和秩初始化。
- Marks a type definition as discardable. 类型公开了以下成员。
- Paste the type definition into the destination class library. 将剪切的类型声明代码粘贴到目的类库。
- See also the manual sections on the Array type and Array functions. 参见数组类型和数组函数章节。
- Array elements can be of any type, including an array type. 数组元素可以是任何类型,包括数组类型。
- An array of types to be substituted for the type parameters of the current generic type definition. 一个类型数组,用于取代当前泛型类型定义的类型参数。
- Describes common language runtime array types. 描述公共语言运行库数组类型。
- 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. 泛型类型定义不可以从封闭构造的类型赋值。
- An HTML document is validated against a Document Type Definition (DTD). HTML文档依靠DTD来校验文档是否有效。
- Table 3 shows the Document Type Definition (DTD) [12] for workflow logs. 表3展示了工作流日志的文档类型定义(DTD)[12]。
- You can only use this property on pointer or array types. 只能对指针或数组类型使用此属性。
- Document Type Definition file used by SGML and XML to define mark-up languages. SGML和XML定义标记语言使用的“文档类型定义”文件。
- Substitutes the elements of an array of types for the type parameters of the current generic type definition, and returns the resulting constructed type. 用一个类型数组的元素取代当前泛型类型定义的类型参数,然后返回结果构造类型。
- Parameter of an array type must be assigned before it is used; that is, it must be assigned by the callee. 参数前必须先为其赋值,即必须由被调用方为其赋值。
- Array types are reference types derived from the abstract base type Array. 数组类型是从抽象基类型Array派生的引用类型。
- Do not use this method to generate array types, pointer types, or byref types. 请勿使用此方法生成数组类型、指针类型或byref类型。