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

Definicja

Usuwa wszystkie elementy z tablicy, które spełniają określony warunek.

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

Parametry

match
Predicate<T>

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

Zwraca

Nowa tablica z elementami, które spełniają określony warunek, zostały usunięte.

Dotyczy