C# array

ARRAYS ARE REFERENCE TYPES
An array is a reference type object. Therefore, assigning one array to another just makes the variable assigned to contain an identical reference to the same object in
memory.

你可能感兴趣的:(array)