12
摘要: using System; using System.Collections.Generic; using System.Text; namespace @enum { class Program { static void Main(string[] args) { int i = 1; switch (i) { case(int) enumWeek.Sunday: Console.W... 阅读全文
posted @ 2009-01-19 13:19 ygang 阅读(161) 评论(0) 推荐(0) 编辑
摘要: //struct 结构 //包含多个节本类型或符合类型的复合体 //优点操作效率比较高 using System; using System.Collections.Generic; using System.Text; namespace @struct { class Program { static void Main(string[] args) { People p1 = n... 阅读全文
posted @ 2009-01-19 13:03 ygang 阅读(189) 评论(0) 推荐(0) 编辑
12