Click or drag to resize
SafeHashSetTRemove Method
Removes the value from the hash set

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

Parameters

item
Type: T
Value to remove

Return Value

Type: Boolean

Implements

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