ImmutableArray<T>.IImmutableList<T>.RemoveAll メソッド

定義

指定した条件を満たすすべての項目を配列から削除します。

 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

パラメーター

match
Predicate<T>

削除する要素の条件を定義するデリゲート。

戻り値

指定された条件を満たす項目が削除された新しい配列。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableArray<T> のインスタンスが IImmutableList<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象