Пример #1
0
 public static GotoExpression Break(LabelTarget target, SourceSpan span)
 {
     return(Expression.Break(target, null));
 }