C#之枚舉類型變量

using System; namespace proj1 {     class Program     {         enum Color { red=4,green,blue,black=2};  //枚舉類型的定義在函數外面         static void Main(String[] args)         {             Color c1, c2, c3;
相關文章
相關標籤/搜索