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: 8.2.23
Syntax
C#
public void Add(
	T value
)

Parameters

value
Type: T
Value to add
See Also