posted @ 2018-06-03 11:49
zzunstu
阅读(132)
推荐(0)
摘要:
Note: 以上类型使用值类型结构体。
阅读全文
posted @ 2018-06-01 15:41
zzunstu
阅读(129)
推荐(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
阅读(121)
推荐(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
阅读(255)
推荐(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
阅读(156)
推荐(0)
posted @ 2018-05-30 10:41
zzunstu
阅读(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
阅读(151)
推荐(0)
摘要:
索引器相当于带参数的属性,索引器没有名字,而是使用this关键字。索引器的参数不一定是整型,可以是任何类型,并且索引器可以重载。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using Syst
阅读全文
posted @ 2018-05-29 10:51
zzunstu
阅读(188)
推荐(0)
posted @ 2018-05-28 22:22
zzunstu
阅读(114)
推荐(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
阅读(176)
推荐(0)