示例#1
0
 protected virtual BoundStatement RewriteGotoStatement(BoundGotoStatement node)
 {
     return(node);
 }