ImmutableHashSet<T>.ISet<T>.ExceptWith Método

Definición

Quita del conjunto actual todos los elementos de la colección especificada.

 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

Parámetros

other
IEnumerable<T>

Colección de elementos que se van a eliminar.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ImmutableHashSet<T> se convierte en una interfaz ISet<T>.

Se aplica a