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

정의

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

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

목록에서 제거할 항목의 0부터 시작하는 인덱스입니다.

구현

적용 대상