本文介绍了我如何使用Addrange()+ Linq的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
海,
如何在我的应用程序中使用AddRange(),以及AddRange()的用途是什么?
问候,
sreevidya
Hai ,
How can i use AddRange() in my application, and what is the use of AddRange()
Regards,
sreevidya
推荐答案
List<string> list1 = new List<string>();
List<string> list2 = new List<string>();
list1.AddRange(list2);
这篇关于我如何使用Addrange()+ Linq的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!