IImmutableList<T>.RemoveAll(Predicate<T>) Metoda

Definicja

Usuwa wszystkie elementy zgodne z warunkami zdefiniowanymi przez określony predykat.

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)

Parametry

match
Predicate<T>

Delegat, który definiuje warunki elementów do usunięcia.

Zwraca

Nowa niezmienna lista z usuniętymi elementami.

Dotyczy