ImmutableArray<T>::IImmutableList<T>::Add Method (T)
Returns a copy of the original array with the specified item added to the end.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- value
-
Type:
T
The value to add to the end of the array.
Return Value
Type: System.Collections.Immutable::IImmutableList<T>^A new array with the specified item added to the end.
Implements
IImmutableList<T>::Add(T)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: