Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'type' : cannot declare local value type
A class can only be declared as a value type at global scope.
Example
The following sample generates C3176.
// C3176.cpp
// compile with: /clr
int main () {
enum class C {}; // C3176
}