Exemple #1
0
 public object VisitConstant(XjsltConstant node)
 {
     return(Expression.New(_ctorJValue, Expression.Constant(node.Value)));
 }
Exemple #2
0
 public object VisitConstant(XjsltConstant node)
 {
     throw new NotImplementedException();
 }