System::Collections::Generic::List::AddRange 方法

List::AddRange method

将集合(或自身)的所有元素添加到当前列表的末尾。

void System::Collections::Generic::List<T>::AddRange(IEnumerablePtr collection)
参数类型描述
集合IEnumerablePtr要复制元素的集合。

另见