📅  最后修改于: 2022-03-11 14:48:48.202000             🧑  作者: Mango
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.