HashSetTKey, TValueIntersectWith - метод
Modifies the current set so that it contains only elements that are also in a specified collection.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 IEnumerableTValue
- The collection to compare to the current set.
ISetTIntersectWith(IEnumerableT) ArgumentNullException | other is . |