您要查找的是不是:
- Every generic programming element must take at least one type parameter. 每個(gè)泛型編程元素必須至少獲取一個(gè)類(lèi)型參數。
- The element type must support assignment. 元素類(lèi)型必須支持賦值運算。
- Type represents a type parameter or an actual type. 實(shí)例表示的是類(lèi)型參數還是實(shí)際類(lèi)型。
- The calling sequence consists of the element type (Function, Sub, Operator, or Property), name, parameter list, and return type. 調用序列”包括元素類(lèi)型(Function、Sub、Operator或Property)、名稱(chēng)、參數列表和返回類(lèi)型。
- For example, the following unmanaged method signature provides no information about the array parameter other than the element type. 例如,除了提供元素類(lèi)型外,以下非托管方法簽名未提供有關(guān)數組參數的任何信息。
- Add a tag for each type parameter of the generic type or method. 標記描述類(lèi)型參數。為泛型類(lèi)型或方法的每個(gè)類(lèi)型參數添加標記。
- 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數據類(lèi)型參數的最大長(cháng)度(以字節為單位)。
- List of type parameters for a generic procedure. 泛型過(guò)程的類(lèi)型參數的列表。
- In BIOS setup, you can set the Type parameter to User Type HDD (user-defined. 在BIOS設置中,您可以將"類(lèi)型"參數設為"用戶(hù)類(lèi)型HDD"(用戶(hù)自定義類(lèi)型)。
- The same conversion rules apply to the array element types. 同樣的轉換規則也適用于數組元素類(lèi)型。
- It is convenient to think of each combination of element type and rank as a distinct type of array. 將元素類(lèi)型和秩的每種組合視為不同類(lèi)型的數組非常方便。
- To marshal an array, for example, you must supply the element type, rank, size, and bounds of the array. 例如,若要封送數組,必須提供元素類(lèi)型、秩、大小和數組的界限。
- In the first empty row in the grid, select the small cell next to the asterisk to access the element type drop-down. 在網(wǎng)格的第一個(gè)空行中,選擇星號旁邊的小單元格以訪(fǎng)問(wèn)元素類(lèi)型下拉列表。
- Method has been used to give it generic type parameters. 對象指定泛型類(lèi)型參數,則此對象表示泛型類(lèi)型定義。
- Since all classes derive from Object, you can change the array's element type from any class to any other class. 由于所有類(lèi)都派生自Object,因此可以將數組的元素類(lèi)型從任何類(lèi)更改為任何其他類(lèi)。
- Similarly, the constraints in a constraint list for a generic type parameter must be enclosed in braces. 同樣,泛型類(lèi)型參數的約束列表中的約束也必須括在大括號中。
- For an element type; it is just a coincidence that it defines an attribute in this case. 用于元素類(lèi)型;它在這種情況下定義屬性只是一種巧合。
- A type parameter name stands for the type within the body of the generic declaration. 類(lèi)型參數名稱(chēng)代表泛型聲明主體中的類(lèi)型。例如
- Array objects are defined as a series of locations where values of the array element type are stored. 數組類(lèi)型的值是對象。數組對象定義為存儲數組元素類(lèi)型的值的一系列位置。