SafeHashSetTIntersectWith Method |
Modifies the current
SafeHashSetT object to contain only elements that are present in that object and in the specified collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public void IntersectWith(
IEnumerable<T> other
)
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
The collection to compare to the current SafeHashSetT object.
Implements
ISetTIntersectWith(IEnumerableT)Exceptions Exception | Condition |
---|
ArgumentNullException | If other is null. |
See Also