Adds the item to the hash set
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public bool Add(
T item
)
Parameters
- item
- Type: T
Value to add
Return Value
Type:
Booleantrue if item added, false otherwise
Implements
ISetTAdd(T)Exceptions See Also