Method IntersectWith
IntersectWith(IEnumerable<TValue>)
Modifies the current set to contain only items that are also present in the specified collection.
Declaration
public void IntersectWith(IEnumerable<TValue> other)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<TValue> | other | 
