[ CCode ( ordering = 2 ) ]
public abstract bool remove (G item)
Removes the first occurence of an item from this collection. Must not be called on read-only collections.
item |
the item to remove from the collection |
|