Exemplo n.º 1
0
 public static GotoExpression Continue(LabelTarget target, SourceSpan span)
 {
     return(Expression.Continue(target));
 }