您要查找的是不是:
- This code block can contain multiple methods. 此代码块可以包含多个方法。
- A method body is one example of a code block. 方法体是代码块的一个示例。
- Checks that some condition holds just before entering a code block. 检查在进入代码块之前某些条件是否成立。
- Checks that some condition holds when exiting a code block. 检查在退出代码块时某些条件是否成立。
- Provides a regular expression to parse an ASP.NET code block. 提供正则表达式以分析ASP.;NET代码块。
- Code Block 11 is a partial listing of these static methods. 代码块11是这些静态方法的部分清单。
- The code for the rest of the page should look like the following code block. 用于页面其余部分的代码看起来应该类似于以下代码块。
- Operator can only be used in unsafe code blocks. 运算符只能在不安全代码块中使用。
- Remove keyword and a code block for removing event handlers to the event. 关键字和代码块移除事件的事件处理程序。
- Add a new procedure, function, enumeration, or other code block to your code. 向代码中添加新的过程、函数、枚举或其他代码块。
- The above two commands will work from anywhere inside the code block. 上边两个命令在代码块中的任何地方都适用。
- Methods, types, and code blocks can be defined as unsafe. 方法、类型和可被定义为不安全的代码块。
- Statements and demonstrates how to use them to test code blocks. 语句并演示如何使用它们测试代码块。
- Inside the byte code, there is no concept of code blocks as such. 在字节码代码中,却没有代码作用域的概念。
- Anywhere a delegate is expected, a code block can be used instead: there is no need to define a new method. 在本应使用委托的任何地方,都可以使用代码块来取代:不需要定义新的方法。
- In other words, code in other threads cannot run until code in the synchronized code block has finished. 换言之,其他线程中的代码必须等到同步代码块中的代码运行结束后才能运行。
- The code block contains only the application code to be used by all supported cultures. 代码块仅包含由所有支持的区域性使用的应用程序代码。
- In the code above, the first line names the class, the definition of which is all one big code block. 上述代码中,第一行命名该类,其定义完全是一个大的代码块。
- Therefore, number of calls in the report will not agree with the actual number of times the code block executed. 因此,报告中的调用数会与执行的代码块的实际次数不一致。
- The following code example shows an ASP.NET page with an embedded code block that displays the results of a loop. 下面的代码示例演示包含嵌入式代码块的ASP.;NET页;该代码块显示循环结果。