Method Add
Add(T)
Adds an element to the current set and returns a value to indicate if the element was successfully added.
Declaration
public virtual bool Add(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The element to add to the set. |
Returns
Type | Description |
---|---|
System.Boolean |
|