System::Collections::Generic::List::AddRange method
List::AddRange method
Adds all elements from collection (or itself) to the end of current list.
void System::Collections::Generic::List<T>::AddRange(IEnumerablePtr collection)
| Parameter | Type | Description | 
|---|---|---|
| collection | IEnumerablePtr | Collection to copy elements from. | 
See Also
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++