Ejemplo n.º 1
0
 protected internal virtual Node TransformThrow(Throw @throw)
 {
     return(@throw.AcceptTransformer(this, true));
 }
 protected internal virtual Node TransformThrow(Throw @throw) { return @throw.AcceptTransformer(this, true); }