add All
Utility for adding an iterable to a collection.
Return
t1
Parameters
t1
The collection to add to
t2
The iterable to add each item of to the collection
<T>
The element type of t1
Utility for adding an array to a collection.
Return
t1
Parameters
t1
The collection to add to
t2
The iterable to add each item of to the collection
<T>
The element type of t1