深入.net和C#編程第三章上機練習1

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace GenericDemo {     /// <summary>     /// 性別枚舉     /// </summary>     public enum Gender     {         男,
相關文章
相關標籤/搜索