ImmutableHashSet<T>.ISet<T>.ExceptWith 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目前的資料集中,移除指定之集合內的所有項目。
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> 介面時,才能使用這個成員。