| 1. | Initialization of local variables to a nonzero value 将局部变量初始化为非零值。 |
| 2. | When your code begins running , your object variables are initialized to 当您的代码开始运行时,会将您的对象变量初始化为 |
| 3. | True if the local variables in this method should be zero initialized ; otherwise 如果应将此方法中的局部变量初始化为零,则为 |
| 4. | An exception of this type is thrown if a static local variable fails to initialize 如果静态局部变量初始化失败,则会引发这种类型的异常。 |
| 5. | The following code example initializes the array variables to default except for jagged arrays 下面的代码示例将数组变量初始化为默认值(交错数组除外) : |
| 6. | First , it combines variable initializations and , later , variable modifications on one line : in this case , the 首先,它在一行中组合了变量初始化和变量修改:在本例中是 |
| 7. | Local variables are initialized to 0 before entering the method if the initialize flag on the method is true 如果方法上的初始化标志为真,则在输入方法前将局部变量初始化为0 。 |
| 8. | When a wml device renders the form , it initializes the variable to the specified initial value . additionally , the 当某个wml设备呈现该窗体时,它会将该变量初始化为给定的初始值。 |
| 9. | In listing 1 , you saw several simple statements , including a variable initialization , a method invocation the 在清单1中,您看到了几个简单的语句,包括一个变量初始化、一个方法调用( |
| 10. | Local variables are initialized to 0 before entering the method only if the initialize flag on the method is true 只有在方法上的初始化标志为真时,才在输入方法前将局部变量初始化为0 。 |