protected internal virtual Node TransformApply(Apply apply) { return(apply.AcceptTransformer(this, true)); }
protected internal virtual Node TransformApply(Apply apply) { return apply.AcceptTransformer(this, true); }