ImmutableArray<T>::RemoveAt Method (Int32)
Returns an array with the element at the specified position removed.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- index
-
Type:
System::Int32
The 0-based index of the element to remove from the returned array.
Return Value
Type: System.Collections.Immutable::ImmutableArray<T>A new array with the item at the specified index removed.
Show: