ISet<T>.IntersectWith(IEnumerable<T>) Method
Modifies the current set so that it contains only elements that are also in a specified collection.
public procedure IntersectWith(const other: IEnumerable<T>);
Parameters
- other
- Type: IEnumerable<T>
The collection to compare to the current set.
- Spring.EArgumentNullException
- other is nil.