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

Definicja

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

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

Parametry

match
Predicate<T>

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

Zwraca

Nowa lista z usuniętymi elementami.

Dotyczy