摘要: 泛型: 阅读全文
posted @ 2018-06-03 11:49 zzunstu 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Note: 以上类型使用值类型结构体。 阅读全文
posted @ 2018-06-01 15:41 zzunstu 阅读(121) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections; namespac 阅读全文
posted @ 2018-06-01 14:21 zzunstu 阅读(113) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections; namespac 阅读全文
posted @ 2018-05-31 14:36 zzunstu 阅读(247) 评论(0) 推荐(0) 编辑
摘要: Note: virtual 和 abstract 方法不能声明为 private。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System 阅读全文
posted @ 2018-05-31 10:59 zzunstu 阅读(117) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-05-30 10:41 zzunstu 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Collections; 6 7 namespace ConsoleApplica 阅读全文
posted @ 2018-05-29 21:01 zzunstu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 索引器相当于带参数的属性,索引器没有名字,而是使用this关键字。索引器的参数不一定是整型,可以是任何类型,并且索引器可以重载。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using Syst 阅读全文
posted @ 2018-05-29 10:51 zzunstu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-28 22:22 zzunstu 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Collections; 6 7 namespace ConsoleApplica 阅读全文
posted @ 2018-05-28 20:59 zzunstu 阅读(168) 评论(0) 推荐(0) 编辑