Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer.
数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。
Implicitly typed local variables, which permit the type of local variables to be inferred from the expressions used to initialize them.
隐型局部变量,允许局部变量的类型从初始化它们的表达式推导而来。
Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer.
隐型数组,数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。