Obtener la longitud de los valores de enum
int count = Enum.GetValues(typeof(SystemTypeEnum)).Length;
Legion
int count = Enum.GetValues(typeof(SystemTypeEnum)).Length;