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

정의

index로 지정된 위치의 이 TableSectionBase<T> 개체에서 지정된 항목을 제거합니다.

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit

매개 변수

index
System.Int32

항목을 제거할 이 TableSectionBase<T> 개체의 위치입니다.

구현

System.Collections.Generic.IList`1.RemoveAt(System.Int32)

적용 대상