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