摘要: 值参数不能加,引用参数可以。引用参数是共享的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 阅读(663) 评论(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 阅读(292) 评论(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 阅读(647) 评论(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 阅读(212) 评论(0) 推荐(0)