ImmutableArray<T>::AddRange Method (IEnumerable<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.Generic::IEnumerable<T>^
The elements to add to the array.
Return Value
Type: System.Collections.Immutable::ImmutableArray<T>A new array with the elements added.
Show: