Ejemplo n.º 1
0
 protected Expression CopyTrivia(Expression target, Expression source)
 {
     return(target.WithTrivia(source));
 }