enum Position: int { Top = 0; Bottom = 1; Left = 2; Right = 3; Center = 4; } ... All the enumeration constants F::A , F::B , F::C are thus defined.
確定! 回上一頁