HashSet<TKey, TValue>.IntersectWith - метод
Modifies the current set so that it contains only elements that are also in a specified collection.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.0.8
public void IntersectWith(
IEnumerable<TValue> other
)
Public Sub IntersectWith (
other As IEnumerable(Of TValue)
)
public:
virtual void IntersectWith(
IEnumerable<TValue>^ other
) sealed
abstract IntersectWith :
other : IEnumerable<'TValue> -> unit
override IntersectWith :
other : IEnumerable<'TValue> -> unit
- other IEnumerable<TValue>
- The collection to compare to the current set.
ISet<T>.IntersectWith(IEnumerable<T>) | ArgumentNullException | other is null. |