变量初始化 meaning in English
variable initialization
variable initilizers
Examples
- Initialization of local variables to a nonzero value
将局部变量初始化为非零值。 - When your code begins running , your object variables are initialized to
当您的代码开始运行时,会将您的对象变量初始化为 - True if the local variables in this method should be zero initialized ; otherwise
如果应将此方法中的局部变量初始化为零,则为 - An exception of this type is thrown if a static local variable fails to initialize
如果静态局部变量初始化失败,则会引发这种类型的异常。 - The following code example initializes the array variables to default except for jagged arrays
下面的代码示例将数组变量初始化为默认值(交错数组除外) :