ImmutableList<T>.IImmutableList<T>.RemoveAt(Int32) 메서드

정의

변경할 수 없는 목록의 지정한 인덱스에서 요소를 제거합니다.

 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

매개 변수

index
Int32

제거할 요소의 인덱스입니다.

반환

IImmutableList<T>

요소가 제거된 새 목록입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ImmutableList<T> 인스턴스가 IImmutableList<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상