ImmutableSortedSet<T>.IImmutableSet<T>.Remove(T) Método

Definición

Elimina el elemento especificado de este conjunto inmutable.

 virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Remove(T value) = System::Collections::Immutable::IImmutableSet<T>::Remove;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Remove (T value);
abstract member System.Collections.Immutable.IImmutableSet<T>.Remove : 'T -> System.Collections.Immutable.IImmutableSet<'T>
override this.System.Collections.Immutable.IImmutableSet<T>.Remove : 'T -> System.Collections.Immutable.IImmutableSet<'T>
Function Remove (value As T) As IImmutableSet(Of T) Implements IImmutableSet(Of T).Remove

Parámetros

value
T

Elemento que se va a quitar.

Devoluciones

Nuevo conjunto con el elemento especificado eliminado o el conjunto actual si no se encuentra el elemento en el conjunto.

Implementaciones

Comentarios

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

Paquete NuGet System.Collections.Immutable

Acerca de las colecciones inmutables y cómo instalar

Se aplica a