הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
'type' : 'typeid' can only be applied to a type
Remarks
The typeid operator was used incorrectly.
Example
The following example generates C3363.
// C3363.cpp
// compile with: /clr
int main() {
System::typeid; // C3363
}