04 2016 档案

摘要:1. delegate 2. func 3. reflection 4. Test 阅读全文
posted @ 2016-04-13 10:58 尹庆超 阅读(340) 评论(0) 推荐(0)
摘要:using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using System.Dynamic; namespace DynamicReadXml { public static class ExpandoXML { public static dynamic As... 阅读全文
posted @ 2016-04-13 10:46 尹庆超 阅读(341) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace AsyncCallBack_Delegate { class Program { static void Main(stri... 阅读全文
posted @ 2016-04-12 15:31 尹庆超 阅读(721) 评论(0) 推荐(0)