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부터 시작하는 인덱스입니다.

반환

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

적용 대상