Uzyskaj długość wartości enum

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