Next up is implicit array initialization.
接下来就是隐式的数组初始化了。
An array initialization was ill-formed.
数组初始化的格式错误。
VB 9 added array initialization; unfortunately the syntax is rather verbose.
VB9增加了数组初始化;但不幸的是其语法太冗长了。
I then extract the initialization vector (IV) into a byte array, block encrypt the clear data, and prefix the IV bytes to the encrypted data bytes.
随后我将初始向量(IV)抽取到字节数组,对明文数据进行块加密,并将iv字节置于加密的数据字节之前。
When an array is in a constructor's member initialization list, the elements of the array will be default initialized.
当阵列在建构函式的成员初始设定清单中时,阵列元素将预设为初始化。
Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer.
数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
The class initialization method is not included in the returned array.
返回数组中不包括该类的初始化方法。
How to use base member initialization on an array?
如何使用基地成员初始化数组?
The initialization can occur when the typed array variable is declared or later, as with variables of other types.
这种初始化可能发生在具型别阵列变数被宣告时或是稍后和其他型别的变数一起宣告时。
The following is a declaration and initialization of a single-dimensional jagged array that contains three two-dimensional array elements of different sizes.
以下是一维不规则阵列的宣告和初始化,其中包含三个大小不同的二维阵列元素。
The following is a declaration and initialization of a single-dimensional jagged array that contains three two-dimensional array elements of different sizes.
以下是一维不规则阵列的宣告和初始化,其中包含三个大小不同的二维阵列元素。
应用推荐