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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next