EnumAction(X); } public enum Test { A, B, C, D }. This gives a runtime check that in the "switch" there is a "case" for every enum value, ...
確定! 回上一頁