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

Definicja

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

public:
 int RemoveAll(Predicate<T> ^ match);
public int RemoveAll (Predicate<T> match);
member this.RemoveAll : Predicate<'T> -> int
Public Function RemoveAll (match As Predicate(Of T)) As Integer

Parametry

match
Predicate<T>

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

Zwraca

Liczba elementów usuniętych z listy niezmiennej.

Dotyczy