예제 #1
0
 protected internal virtual Node TransformCatch(Catch @catch)
 {
     return(@catch.AcceptTransformer(this, true));
 }
 protected internal virtual Node TransformCatch(Catch @catch) { return @catch.AcceptTransformer(this, true); }