摘要: 值参数不能加,引用参数可以。引用参数是共享的using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void My... 阅读全文
posted @ 2013-09-13 01:12 MrMrCash 阅读(657) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void Myfunction(); class P... 阅读全文
posted @ 2013-09-13 01:00 MrMrCash 阅读(285) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void Myfunction(); class P... 阅读全文
posted @ 2013-09-13 00:51 MrMrCash 阅读(619) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void Task(); class Program... 阅读全文
posted @ 2013-09-13 00:37 MrMrCash 阅读(207) 评论(0) 推荐(0) 编辑