摘要: 在学习LINQ的时候碰到了解析表达式树的问题,书上的例子中入口参数为一个单一变量,这个在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 阅读(509) 评论(1) 推荐(1) 编辑

个人简介

var ME = {
	"name": "土豆/Artwl",
	"job": "coding",
	"languages": [
		"JS", "HTML",
                "CSS", "jQuery"
		"MVC",".NET",
		"设计模式"
	],
	"hobby": [
		"阅读", "旅游",
		"音乐", "电影"
	]
}
TOP