C#中的列表和数组之间有什么区别?
数组存储相同类型元素的固定大小的顺序集合,而list是通用集合。
定义列表-
List<string7gt; myList = new List<string>();
要设置列表中的元素,您需要使用Add方法-
myList.Add("Audi");
myList.Add("BMW");
myList.Add("Chevrolet");
myList.Add("Hyundai");定义数组-
int[] arr = new int[5];
初始化元素并将其设置为Arrays-
int[] arr = new int[5] {23, 14, 11, 78, 56};热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短