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

Definição

Remove o elemento especificado desse conjunto imutável.

 virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Remove(T item) = System::Collections::Immutable::IImmutableSet<T>::Remove;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Remove (T item);
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 (item As T) As IImmutableSet(Of T) Implements IImmutableSet(Of T).Remove

Parâmetros

item
T

O elemento a ser removido.

Retornos

Um novo conjunto com o elemento especificado removido ou o conjunto atual se o elemento não puder ser encontrado no conjunto.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ImmutableHashSet<T> é convertida em uma interface de IImmutableSet<T>.

Aplica-se a