how to get enum size in c# code example Example: count number of enum values C# int count = Enum.GetValues(typeof(EnumType)).Length;