ImmutableArray<T>.IImmutableList<T>.RemoveAll Metoda

Definice

Odebere z pole všechny položky, které splňují zadanou podmínku.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.RemoveAll(Predicate<T> ^ match) = System::Collections::Immutable::IImmutableList<T>::RemoveAll;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAll (Predicate<T> match);
abstract member System.Collections.Immutable.IImmutableList<T>.RemoveAll : Predicate<'T> -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.RemoveAll : Predicate<'T> -> System.Collections.Immutable.IImmutableList<'T>
Function RemoveAll (match As Predicate(Of T)) As IImmutableList(Of T) Implements IImmutableList(Of T).RemoveAll

Parametry

match
Predicate<T>

Delegát, který definuje podmínky elementů, které se mají odebrat.

Návraty

Nové pole s položkami, které splňují zadanou podmínku, byly odebrány.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ImmutableArray<T> případě, že je instance přetypovaná na IImmutableList<T> rozhraní.

Platí pro