หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'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
}