ImmutableArray<T>.RemoveAt(Int32) 方法

定义

返回一个数组,其中位于指定位置的元素已被移除。

public System.Collections.Immutable.ImmutableArray<T> RemoveAt (int index);

参数

index
Int32

要从返回的数组中移除的元素的从 0 开始的索引。

返回

一个新数组,其中位于指定索引处的项已被移除。

适用于

产品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
UWP 10.0