SafeHashSetTExceptWith Method |
Removes all elements in the specified collection from the current
SafeHashSetT object.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public void ExceptWith(
IEnumerable<T> other
)
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
The collection of items to remove from the SafeHashSetT object.
Implements
ISetTExceptWith(IEnumerableT)Exceptions Exception | Condition |
---|
ArgumentNullException | If other is null. |
See Also