您要查找的是不是:
- The element type must support assignment. 元素类型必须支持赋值运算。
- 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. 在网格的第一个空行中,选择星号旁边的小单元格以访问元素类型下拉列表。
- Since all classes derive from Object, you can change the array's element type from any class to any other class. 由于所有类都派生自Object,因此可以将数组的元素类型从任何类更改为任何其他类。
- For an element type; it is just a coincidence that it defines an attribute in this case. 用于元素类型;它在这种情况下定义属性只是一种巧合。
- Array objects are defined as a series of locations where values of the array element type are stored. 数组类型的值是对象。数组对象定义为存储数组元素类型的值的一系列位置。
- The same conversion rules apply to the array element types. 同样的转换规则也适用于数组元素类型。
- This property contains the name of the type unless it is an array type, in which case it is the array element type. 如果不是数组类型,此属性包含类型的名称;如果是数组类型,则它为数组元素类型。
- You want the safety of having the compiler enforce the identical element type and calling sequence. 您需要安全地让编译器强制执行相同元素类型和调用序列。
- The main class checks for the HasElementType property and displays the element type. 主类将检查HasElementType属性(Property)并显示元素类型。
- The array element type is determined from the type library and preserved during the import. 数组元素类型根据类型库确定并在导入期间保留。
- The minimum number of times the reference element type can occur on the element. 引用元素类型在元素上可以出现的最小次数。
- With the exception of references, the element type can also be any compound type. 除引用之外,数组元素的类型还可以是任意的复合类型。
- The comparison uses the same relational operator as defined by the element type: Comparing two containers using ! 容器的比较使用了元素类型定义的同一个关系操作符:两个容器做!
- We can call this method with any kind of collection whose element type is a supertype of the element type of the array. 我们可以使用其元素类型是数组的元素类型的一个子类型的任何集合调用这个方法。
- If the element type does not have a default constructor, then an explicit element initializer must be specified. 如果元素类型没有默认构造函数,则必须显式指定其元素初始化式。
- There is a third possibility: The element type might be of a class type that does not define any constructors. 还有第三种可能性:元素类型可能是没有定义任何构造函数的类类型。
- 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. 例如,除了提供元素类型外,以下非托管方法签名未提供有关数组参数的任何信息。