public override BoundNode VisitDelegateCall(BoundDelegateCall node)
 {
     return this.VisitCall(node);
 }
Beispiel #2
0
 public override BoundNode VisitDelegateCall(BoundDelegateCall node)
 {
     return(this.VisitCall(node));
 }