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