... asterisk dummy argument 星号虚拟自变量 收藏 block of argument自变量块 收藏 current argument stack 现行自变量堆栈 收藏 ...
双语例句
1
The new method is created with the selected blockof code in it refactored to properly use the argument and return values of the new method.
当重构了新方法内的所选代码块以便恰当使用新方法的参数和返回类型后,新方法就创建完成了。
2
Think of a closure as a code block that you can use as an argument, with special scoping rules.
闭包可被视作一个遵循特别作用域规则且可以用作参数的代码块。
3
Superficially the code changes are minor; rather than having a blockof code following the "for" line, the code is passed as an argument to the "Parallel.For" function.