How and when to abandon the use of arrays in C#?

后端 未结 15 1697
盖世英雄少女心
盖世英雄少女心 2020-12-13 02:58

I\'ve always been told that adding an element to an array happens like this:

An empty copy of the array+1element is created and then the data from t

15条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 03:48

    This forum post might or might not be of some use to you regarding efficiency of various array types: C# arrays - multidimensional vs lexicographic

提交回复
热议问题