ImmutableHashSet<T>.ISet<T>.ExceptWith メソッド

定義

現在のセットから、指定されたコレクションに含まれる要素をすべて削除します。

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

パラメーター

other
IEnumerable<T>

削除する項目のコレクション。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableHashSet<T> のインスタンスが ISet<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象