ImmutableArray<T>::AddRange Method (ImmutableArray<T>)
Returns a copy of the original array with the specified elements added to the end of the array.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- items
-
Type:
System.Collections.Immutable::ImmutableArray<T>
The elements to add to the array.
Return Value
Type: System.Collections.Immutable::ImmutableArray<T>A new array with the elements added.
Show: