generic type definition造句
例句与造句
- For information on nested generic types , and on constructing nested generic types from their generic type definitions , see
有关嵌套泛型类型以及基于泛型类型定义构造嵌套泛型类型的信息,请参见 - Substitutes the elements of an array of types for the type parameters of the current generic type definition , and returns a
用类型数组的元素替代当前泛型类型定义的类型参数,并返回表示结果构造类型的 - Returns the field of the specified constructed generic type that corresponds to the specified field of the generic type definition
返回指定的构造泛型类型的字段,该字段对应于泛型类型定义的指定字段。 - Represents a constructed generic type , this property applies to the generic type definition from which the type was constructed
表示某种已构造的泛型类型,则此属性适用于从中构造此类型的泛型类型定义。 - Or constructed type , is the result of specifying types for the generic type parameters of a generic type definition
“构造泛型类型”或称“构造类型”是为泛型类型定义的泛型类型参数指定类型得到的结果。 - It's difficult to find generic type definition in a sentence. 用generic type definition造句挺难的
- Returns the method of the specified constructed generic type that corresponds to the specified method of the generic type definition
返回指定的构造泛型类型的方法,该方法对应于泛型类型定义的指定字段。 - Because it is only a template , you cannot create instances of a class , structure , or interface that is a generic type definition
因为它只是一个模板,您不能创建作为泛型类型定义的类、结构或接口的实例。 - The elements of the returned array are in the order in which they appear in the list of type parameters for the generic type definition
返回的数组元素按它们在泛型类型定义的类型参数列表中出现的顺序排列。 - Type represents a constructed generic type , this property applies to the generic type definition from which the type was constructed
表示某种已构造的泛型类型,则此属性适用于从中构造此类型的泛型类型定义。 - These instances are not instances of the generic type definition , but of the constructed type formed by specifying type arguments
这些实例不是泛型类型定义的实例,而是通过指定类型变量形成的构造类型的实例。 - Type arguments and type parameters of constructed generic types , generic type definitions , and generic method definitions a reference to the type
构造泛型类型、泛型类型定义和泛型方法定义的类型实参和类型形参 - Type objects that represent the type arguments supplied for a constructed type , or the type parameters of a generic type definition
对象数组,这些对象表示为构造类型提供的类型变量,或泛型类型定义的类型参数。 - Use this method when your emitted code requires a type constructed from the current generic type definition . it is not necessary to call the
如果发出的代码要求的类型是根据当前的泛型类型定义构造的,则使用此方法。 - Returns the constructor of the specified constructed generic type that corresponds to the specified constructor of the generic type definition
返回指定的构造泛型类型的构造函数,该函数对应于泛型类型定义的指定构造函数。 - A generic type can be open without being a generic type definition , in which case it has a mixture of type arguments and type parameters
泛型类型可以是开放式的非泛型类型定义,在这种情况下,它同时具有类型变量和类型参数。