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