add
Description:
[
CCode ( ordering =
1 ) ]
public abstract bool add (
G item)
Adds an item to this collection. Must not be called on read-only collections.
Parameters:
item |
the item to add to the collection
|
Returns:
true if the collection has been changed, false otherwise
|