ImmutableArray<T>::RemoveRange Method (ImmutableArray<T>)
Removes the specified values from this list.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- items
-
Type:
System.Collections.Immutable::ImmutableArray<T>
The items to remove if matches are found in this list.
Return Value
Type: System.Collections.Immutable::ImmutableArray<T>A new list with the elements removed.
Show: