다음을 통해 공유


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

정의

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

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

매개 변수

index
Int32

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

반환

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

적용 대상