C#程序克隆或复制列表
要复制或克隆C#列表,请首先设置一个列表。
List < string > myList = new List < string > ();
myList.Add("One");
myList.Add("Two");现在声明一个字符串数组,并使用该CopyTo()方法进行复制。
string[] arr = new string[10]; myList.CopyTo(arr);
让我们看看将列表复制到一维数组的完整代码。
示例
using System;
using System.Collections.Generic;
using System.Linq;
public class Demo {
public static void Main() {
List < string > myList = new List < string > ();
myList.Add("One");
myList.Add("Two");
myList.Add("Three");
myList.Add("Four");
Console.WriteLine("First list...");
foreach(string value in list1) {
Console.WriteLine(value);
}
string[] arr = new string[20];
myList.CopyTo(arr);
Console.WriteLine("After copy...");
foreach(string value in arr) {
Console.WriteLine(value);
}
}
}热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短