Shows how to make a typedef for a managed array 顯示如何為托管數(shù)組創(chuàng)建typedef 。
Value type becomes a type definition typedef with the name 值類型變?yōu)槊麨?i class="labawb" onClick="playMp3('sound_c_2')">
Use of benign typedef redefinitions within the same scope 在同一范圍內(nèi)使用良性的typedef重定義:
Metadata token for this class 獲取此類的typedef元數(shù)據(jù)標(biāo)記。
Type is now available as a typedef of 類型現(xiàn)在可用作
Notice that the conversion process removes the setxy method from the typedef 請(qǐng)注意,此轉(zhuǎn)換過(guò)程從typedef中移除了setxy方法。
Do not check for duplicate types exportedtype table manifest file s typedef table 不檢查重復(fù)類型( exportedtype表+清單文件的typedef表) 。
The point value type is exported to com as a point typedef , as shown in the following example Point值類型當(dāng)作點(diǎn)typedef導(dǎo)出到com中,如下例所示:
Token that represents the method or constructor for which to define a generic parameter [ in ]表示要為其定義泛型類型參數(shù)的方法或構(gòu)造函數(shù)的typedef或methoddef標(biāo)記。
X - name is a use of an identifier in a context that determines its meaning ( e . g . class - name , typedef - name ) 某名稱表示通過(guò)上下文決定的某個(gè)標(biāo)識(shí)符(比如類名稱,類型定義名稱) 。
typedef is a keyword in the C and C++ programming languages. The purpose of typedef is to assign alternative names to existing types, most often those whose standard declaration is cumbersome, potentially confusing, or likely to vary from one implementation to another.