public enum B { C } functionA(B.C);. I know that you can't extend an enum, but what other options do I have available? What is the best way to achieve ...
確定! 回上一頁