ImmutableHashSet<T>.IImmutableSet<T>.Remove(T) Metodo

Definizione

Rimuove l'elemento specificato da questo set non modificabile.

 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

Parametri

item
T

Elemento da rimuovere.

Restituisce

Nuovo set con l'elemento specificato rimosso oppure il set corrente se l'elemento non viene trovato nel set.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ImmutableHashSet<T> a un'interfaccia IImmutableSet<T>.

Si applica a