摘要:
1. delegate 2. func 3. reflection 4. Test 阅读全文
摘要:
using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using System.Dynamic; namespace DynamicReadXml { public static class ExpandoXML { public static dynamic As... 阅读全文