enum Type
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at enum Type.
ANSI 3.5.2.2** The integer type chosen to represent the values of an enumeration type
A variable declared as enum is an int.
Show: