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

정의

요소가 제거된 지정된 위치에 있는 배열을 반환합니다.

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

매개 변수

index
Int32

반환된 배열에서 제거할 요소의 0부터 시작하는 인덱스입니다.

반품

지정된 인덱스에서 항목이 제거된 새 배열입니다.

적용 대상