Share via


ImmutableList<T>.IImmutableList<T>.RemoveAt(Int32) Yöntem

Tanım

Sabit listenin belirtilen dizinindeki öğesini kaldırır.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.RemoveAt(int index) = System::Collections::Immutable::IImmutableList<T>::RemoveAt;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAt (int index);
abstract member System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
Function RemoveAt (index As Integer) As IImmutableList(Of T) Implements IImmutableList(Of T).RemoveAt

Parametreler

index
Int32

Kaldırılacak öğenin dizini.

Döndürülenler

öğesinin kaldırıldığı yeni bir liste.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IImmutableList<T> arabirime ImmutableList<T> yayınlandığında kullanılabilir.

Şunlara uygulanır