ImmutableSortedSet<T>.Builder.ExceptWith(IEnumerable<T>) Метод

Определение

Удаляет из текущего набора указанный набор элементов.

public:
 virtual void ExceptWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void ExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member ExceptWith : seq<'T> -> unit
override this.ExceptWith : seq<'T> -> unit
Public Sub ExceptWith (other As IEnumerable(Of T))

Параметры

other
IEnumerable<T>

Коллекция элементов, удаляемых из набора.

Реализации

Применяется к