Compiler Error C3363
'type' : 'typeid' can only be applied to a type
The typeid operator was used incorrectly.
Example
The following sample generates C3363.
// C3363.cpp
// compile with: /clr
int main() {
System::typeid; // C3363
}
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
'type' : 'typeid' can only be applied to a type
The typeid operator was used incorrectly.
The following sample generates C3363.
// C3363.cpp
// compile with: /clr
int main() {
System::typeid; // C3363
}