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

제거할 요소의 인덱스(0부터 시작하는 인덱스)입니다.

반품

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

적용 대상