add_all


Description:

[ CCode ( ordering = 4 ) ]
public virtual bool add_all (Collection<G> collection)

Adds all items in the input collection to this collection.

Parameters:

collection

the collection which items will be added to this collection.

Returns:

true if the collection has been changed, false otherwise