摘要: using System;using System.Collections.Generic;using System.Linq;using System.Linq.Expressions;using System.Text;namespace ElegantWM.Tools{ public class ParameterRebinder : ExpressionVisitor { private readonly Dictionary map; public ParameterRebinder(Dictionary map) { ... 阅读全文
posted @ 2013-07-11 23:15 jackchain 阅读(2350) 评论(0) 推荐(0) 编辑