您要查找的是不是:
- Every generic programming element must take at least one type parameter. 每个泛型编程元素必须至少获取一个类型参数。
- The element type must support assignment. 元素类型必须支持赋值运算。
- Type represents a type parameter or an actual type. 实例表示的是类型参数还是实际类型。
- The calling sequence consists of the element type (Function, Sub, Operator, or Property), name, parameter list, and return type. 调用序列”包括元素类型(Function、Sub、Operator或Property)、名称、参数列表和返回类型。
- For example, the following unmanaged method signature provides no information about the array parameter other than the element type. 例如,除了提供元素类型外,以下非托管方法签名未提供有关数组参数的任何信息。
- Add a tag for each type parameter of the generic type or method. 标记描述类型参数。为泛型类型或方法的每个类型参数添加标记。
- The optional type parameter is either IMG_GD2_RAW or IMG_GD2_COMPRESSED. 可选的type参数可以是IMG_GD2_RAW或IMG_GD2_COMPRESSED。
- Maximum length in bytes of a character or binary data type parameter. character或binary数据类型参数的最大长度(以字节为单位)。
- List of type parameters for a generic procedure. 泛型过程的类型参数的列表。
- In BIOS setup, you can set the Type parameter to User Type HDD (user-defined. 在BIOS设置中,您可以将"类型"参数设为"用户类型HDD"(用户自定义类型)。
- The same conversion rules apply to the array element types. 同样的转换规则也适用于数组元素类型。
- It is convenient to think of each combination of element type and rank as a distinct type of array. 将元素类型和秩的每种组合视为不同类型的数组非常方便。
- To marshal an array, for example, you must supply the element type, rank, size, and bounds of the array. 例如,若要封送数组,必须提供元素类型、秩、大小和数组的界限。
- In the first empty row in the grid, select the small cell next to the asterisk to access the element type drop-down. 在网格的第一个空行中,选择星号旁边的小单元格以访问元素类型下拉列表。
- Method has been used to give it generic type parameters. 对象指定泛型类型参数,则此对象表示泛型类型定义。
- Since all classes derive from Object, you can change the array's element type from any class to any other class. 由于所有类都派生自Object,因此可以将数组的元素类型从任何类更改为任何其他类。
- Similarly, the constraints in a constraint list for a generic type parameter must be enclosed in braces. 同样,泛型类型参数的约束列表中的约束也必须括在大括号中。
- For an element type; it is just a coincidence that it defines an attribute in this case. 用于元素类型;它在这种情况下定义属性只是一种巧合。
- A type parameter name stands for the type within the body of the generic declaration. 类型参数名称代表泛型声明主体中的类型。例如
- Array objects are defined as a series of locations where values of the array element type are stored. 数组类型的值是对象。数组对象定义为存储数组元素类型的值的一系列位置。