📜  c# 初始化数组 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:16.282000             🧑  作者: Mango

代码示例4
When you create an array, C# compiler implicitly initializes each array element to a default value depending on the array type. For example, for an int array all elements are initialized to 0.