Method Add
Add(T?)
Adds the given item to the collector
Declaration
bool Add(T? item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item | The item to add |
Returns
| Type | Description |
|---|---|
| bool | True if the given item hasn't been found in the collector and has been successfully added |