示例#1
0
 public static void For(this CodeStatementCollection stmts, string variableName, string testExpression,
                        Action <CodeStatementCollection> body)
 {
     stmts.For(variableName, testExpression.Expr(), body);
 }