예제 #1
0
 public StatementBuilder While(ExpressionBuilder condition)
 => StatementBuilder.Create(SF.DoStatement(_body.Build(), condition.Build()));