SafeHashSetTRemove Method |
Removes the value from the hash set
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool Remove(
T item
)
Parameters
- item
- Type: T
Value to remove
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)Exceptions Exception | Condition |
---|
ArgumentNullException | If item is null. |
See Also