ImmutableSortedSet<T>.IImmutableSet<T>.Remove(T) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove o elemento especificado desse conjunto imutável.
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
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 ImmutableSortedSet<T> é convertida em uma interface de IImmutableSet<T>.
Pacote NuGet System.Collections.Immutable
Sobre coleções imutáveis e como instalar