|
AddRange
Adds a collection or an array of elements to the list.
The version that adds an array.
bool AddRange(
|
The version that adds a collection.
bool AddRange(
|
Parameters
&array[]
[in] An array to be added.
*collection
[in] A collection to be added.
Return Value
Returns true on successful, or false otherwise.