Answers for "What is the underlying type of an enum declaration that does NOT explicitly define an underlying type?"

C#
1

c# size of enum

var myEnumMemberCount = Enum.GetNames(typeof(MyEnum)).Length;
Posted by: Guest on July-03-2020

Code answers related to "What is the underlying type of an enum declaration that does NOT explicitly define an underlying type?"

C# Answers by Framework

Browse Popular Code Answers by Language