ImmutableHashSet<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>

セットから削除する項目のコレクション。

実装

適用対象