ImmutableArray<T>.RemoveAll(Predicate<T>) Metodo

Definizione

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

public:
 System::Collections::Immutable::ImmutableArray<T> RemoveAll(Predicate<T> ^ match);
public System.Collections.Immutable.ImmutableArray<T> RemoveAll (Predicate<T> match);
member this.RemoveAll : Predicate<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveAll (match As Predicate(Of T)) As ImmutableArray(Of T)

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.

Si applica a