AdvisableHashSet<T>.ExceptWith Method |
Removes all elements in the specified collection from the current set.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public void ExceptWith( IEnumerable<T> other )
Parameters
- other
- Type: System.Collections.Generic.IEnumerable<T>
The collection of items to remove from the set.
Implements
ISet<T>.ExceptWith(IEnumerable<T>)Exception | Condition |
---|---|
ArgumentNullException | other is null. |