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>

要從資料集移除的項目集合。

實作

適用於