หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'type' : cannot declare local value type
Remarks
A class can only be declared as a value type at global scope.
Example
The following example generates C3176.
// C3176.cpp
// compile with: /clr
int main () {
enum class C {}; // C3176
}