摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Linq.Expressions; 6 7 namespace Test 8 { 9 /// 10 /// 一個老外寫的擴充Expression方法的靜態類別,可以解決上面冗長的程式碼11 /// 12 public static class DynamicLinqExpressions//注意static靜態型別13 {14 ... 阅读全文
posted @ 2013-09-25 11:33 Lyghost 阅读(1264) 评论(0) 推荐(0) 编辑