Click or drag to resize
SafeHashSetTAdd Method
Adds the item to the hash set

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public bool Add(
	T item
)

Parameters

item
Type: T
Value to add

Return Value

Type: Boolean
true if item added, false otherwise

Implements

ISetTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf item is null.
See Also