通常在命名空間內直接定義列舉,使命名空間中的所有類別可以存取列舉,但也可以於類別或結構中列舉。 public enum Type{ Cat, Bird, Spider } public Type ...
確定! 回上一頁