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.
posted @ 2010-02-22 14:03  能巴  阅读(194)  评论(0)    收藏  举报