As multiple enumerated types can have enumeration constants of the same name, ... enum BitFlags: int as int { F1 = 1; // value 1 F2 = BitFlags::F1 << 1; ...
確定! 回上一頁