您要查找的是不是:
- A generic type definition is not assignable from a closed constructed type. 泛型类型定义不可以从封闭构造的类型赋值。
- Object representing the dynamic assembly that contains the generic type definition the current type parameter belongs to. 对象,该动态程序集包含当前类型参数所属的泛型类型定义。
- Returns the field of the specified constructed generic type that corresponds to the specified field of the generic type definition. 返回指定的构造泛型类型的字段,该字段对应于泛型类型定义的指定字段。
- An array of types to be substituted for the type parameters of the current generic type definition. 一个类型数组,用于取代当前泛型类型定义的类型参数。
- Substitutes the elements of an array of types for the type parameters of the current generic type definition, and returns the resulting constructed type. 用一个类型数组的元素取代当前泛型类型定义的类型参数,然后返回结果构造类型。
- Substitutes the elements of an array of types for the type parameters of the current generic type definition and returns a Type object representing the resulting constructed type. 替代由当前泛型类型定义的类型参数组成的类型数组的元素,并返回表示结果构造类型的Type对象。
- The general term "generic type" includes both constructed types and generic type definitions. 一般术语“泛型类型”包括构造类型和泛型类型定义。
- 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. 表示类型声明:类类型、接口类型、数组类型、值类型、枚举类型、类型参数、泛型类型定义,以及开放或封闭构造的泛型类型。
- Marks a type definition as discardable. 类型公开了以下成员。
- The current type does not represent the definition of a generic type. 当前类型不表示泛型类型的定义。
- Paste the type definition into the destination class library. 将剪切的类型声明代码粘贴到目的类库。
- Is This a Generic Type or Method? 是泛型类型还是泛型方法?
- generic type definition 类属型定义
- If the current Type represents a type parameter in the definition of a generic type or generic method, this property always returns false. 如果当前Type表示泛型类型或泛型方法的定义中的类型参数,则此属性始终返回false。
- Instead, the tool produces a string in place of the simple type definition. 而是生成一个字符串来替代简单类型定义。
- The code in a generic type has to be defined only once. 只需定义泛型类型中的代码一次。
- An HTML document is validated against a Document Type Definition (DTD). HTML文档依靠DTD来校验文档是否有效。
- JScript does not support generic types or methods. JScript不支持泛型类型或方法。
- Table 3 shows the Document Type Definition (DTD) [12] for workflow logs. 表3展示了工作流日志的文档类型定义(DTD)[12]。
- Nullable types are a special case of generic types. 可为Null的类型是泛型类型的特例。