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

Definição

Remove todos os elementos que correspondem às condições definidas pelo predicado especificado.

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

Parâmetros

match
Predicate<T>

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

Retornos

Uma nova lista imutável com os elementos removidos.

Aplica-se a