예제 #1
0
 protected internal virtual Node TransformApply(Apply apply)
 {
     return(apply.AcceptTransformer(this, true));
 }
 protected internal virtual Node TransformApply(Apply apply) { return apply.AcceptTransformer(this, true); }