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

Определение

Удаляет элемент по указанному индексу.

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

Параметры

index
Int32

Индекс (с нуля) элемента, который требуется удалить.

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

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

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