Ejemplo n.º 1
0
 protected virtual XObject VisitComment(XComment node)
 {
     return(node.Update(node.Value));
 }