ImmutableHashSet<T>.IImmutableSet<T>.Remove(T) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove o elemento especificado deste 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 remover.
Devoluções
Um novo conjunto com o elemento especificado removido, ou o conjunto atual se o elemento não puder ser encontrado no conjunto.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ImmutableHashSet<T> instância é transmitida para uma IImmutableSet<T> interface.