obtenir la longueur des valeurs d'énumération
int count = Enum.GetValues(typeof(SystemTypeEnum)).Length;
Legion
int count = Enum.GetValues(typeof(SystemTypeEnum)).Length;