[ CCode ( ordering = 6 ) ]
public virtual bool remove_all (Collection<G> collection)
Removes the subset of items in this collection corresponding to the elements in the input collection. If there is several occurrences of the same value in this collection they are decremented of the number of occurrences in the input collection.
collection |
the collection which items will be compared with this collection. |
|