Получите длину значений перечисления

int count = Enum.GetValues(typeof(SystemTypeEnum)).Length;
Legion