System::Collections::Generic::List::AddRange 方法
List::AddRange method
将集合(或自身)的所有元素添加到当前列表的末尾。
void System::Collections::Generic::List<T>::AddRange(IEnumerablePtr collection)
| 参数 | 类型 | 描述 |
|---|---|---|
| 集合 | IEnumerablePtr | 要复制元素的集合。 |
另见
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++