Method IntersectWith
IntersectWith(IEnumerable<T>)
IntersectWith
operation with hashset. Regenerates internal list from new hashset.
Declaration
public void IntersectWith(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | Enumerable to intersect with. |