If I have an enum with a set of values, is there a way I could create a second enum with the same variants plus some more?// From thisenum Base { Alpha, ...
確定! 回上一頁