ImmutableArray<T>.RemoveAll(Predicate<T>) Método

Definição

Remove todos os itens da matriz que atendem à condição especificada.

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)

Parâmetros

match
Predicate<T>

O delegado que define as condições dos elementos a serem removidos.

Retornos

Uma nova matriz com os itens removidos que atendem à condição especificada.

Aplica-se a