Adds an element to the current set and returns a value to indicate if the element was successfully added.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool Add(
T item
)
Parameters
- item
- Type: T
The element to add to the set.
Return Value
Type:
Booleantrue if the element is added to the set; false if the element is already in the set.
Implements
ISetTAdd(T)See Also