ImmutableArray<T>.RemoveAt(Int32) Метод

Определение

Возвращает массив с элементом в указанной позиции, удаленной.

public:
 System::Collections::Immutable::ImmutableArray<T> RemoveAt(int index);
public System.Collections.Immutable.ImmutableArray<T> RemoveAt(int index);
member this.RemoveAt : int -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveAt (index As Integer) As ImmutableArray(Of T)

Параметры

index
Int32

0-й индекс элемента для удаления из возвращаемого массива.

Возвращаемое значение

Новый массив с элементом по указанному индексу удален.

Применяется к