摘要:
在學習LINQ的時候碰到了解析表達式樹的問題,書上的例子中入口參數(shù)為一個單一變量,這個在MSDN中給出了示例代碼:MSDN官方示例: // Add the following using directive to your code file:// using System.Linq.Expressions;// Create an expression tree.Expression<Func<int, bool>> exprTree = num => num <5;// Decompose the expression tree.ParameterExp 閱讀全文
posted @ 2011-03-15 23:35
artwl
閱讀(520)
評論(1)
推薦(1)
浙公網(wǎng)安備 33010602011771號