Share via


ImmutableList<T>.RemoveAll(Predicate<T>) Yöntem

Tanım

Belirtilen koşul tarafından tanımlanan koşullarla eşleşen tüm öğeleri kaldırır.

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)

Parametreler

match
Predicate<T>

Kaldırılacak öğelerin koşullarını tanımlayan temsilci.

Döndürülenler

Öğelerin kaldırıldığı yeni liste.

Şunlara uygulanır