What is the underlying type of an enum declaration that does NOT explicitly define an underlying type? code example
Example: c# size of enum
var myEnumMemberCount = Enum.GetNames(typeof(MyEnum)).Length;
var myEnumMemberCount = Enum.GetNames(typeof(MyEnum)).Length;