Method Add
Add(T)
Add an item to this set.
Declaration
public virtual bool Add(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The item to add. |
Returns
Type | Description |
---|---|
System.Boolean | True if item was added (i.e. not found) |