Exemplo n.º 1
0
        public object VisitMapProperty(XsltMapProperty node)
        {
            var ctx = BuildCtx;

            var value = (Expression)node.Value.Accept(this);

            Expression.Call(ctx.Context, null, Expression.Constant(node.Name), value);

            return(null);
        }
Exemplo n.º 2
0
 public object VisitMapProperty(XsltMapProperty node)
 {
     throw new NotImplementedException();
 }