ImmutableArray<T>::IImmutableList<T>::RemoveAll Method (Predicate<T>^)
Removes all the items from the array that meet the specified condition.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: virtual IImmutableList<T>^ RemoveAll( Predicate<T>^ match ) sealed = IImmutableList<T>::RemoveAll
Parameters
- match
-
Type:
System::Predicate<T>^
The delegate that defines the conditions of the elements to remove.
Return Value
Type: System.Collections.Immutable::IImmutableList<T>^A new array with items that meet the specified condition removed.
This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IImmutableList<T> interface.
Show: