HashSetTKey, TValueExceptWith - метод
Removes all elements in the specified collection from the current set.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public void ExceptWith(
IEnumerable<TValue> other
)
Public Sub ExceptWith (
other As IEnumerable(Of TValue)
)
public:
virtual void ExceptWith(
IEnumerable<TValue>^ other
) sealed
abstract ExceptWith :
other : IEnumerable<'TValue> -> unit
override ExceptWith :
other : IEnumerable<'TValue> -> unit
- other IEnumerableTValue
- The collection of items to remove from the set.
ISetTExceptWith(IEnumerableT) ArgumentNullException | other is . |