Breyta

Deila með


Compiler Error C3275

'enum member' : cannot use this symbol without qualifier

When using managed code and when two or more enumerations contain an identifier with the same name, you must explicitly qualify references to the identifier.

C3275 is only reachable using the obsolete compiler option /clr:oldSyntax. It's not generated in Visual Studio 2022 or later versions.