ImmutableArray<T>.IImmutableList<T>.RemoveAll Metodo

Definizione

Rimuove della matrice tutti gli elementi che soddisfano la condizione specificata.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.RemoveAll(Predicate<T> ^ match) = System::Collections::Immutable::IImmutableList<T>::RemoveAll;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAll (Predicate<T> match);
abstract member System.Collections.Immutable.IImmutableList<T>.RemoveAll : Predicate<'T> -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.RemoveAll : Predicate<'T> -> System.Collections.Immutable.IImmutableList<'T>
Function RemoveAll (match As Predicate(Of T)) As IImmutableList(Of T) Implements IImmutableList(Of T).RemoveAll

Parametri

match
Predicate<T>

Delegato che definisce le condizioni degli elementi da rimuovere.

Restituisce

Nuova matrice con gli elementi che soddisfano la condizione specificata rimossi.

Implementazioni

Commenti

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

Si applica a