다음을 통해 공유


TableSectionBase<T>.Insert(Int32, T) 메서드

정의

지정된 위치의 이 TableSectionBase<T> 개체에 항목을 삽입합니다.

public void Insert (int index, T item);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit

매개 변수

index
System.Int32

item을 삽입할 위치입니다.

item
T

삽입할 항목입니다.

구현

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

적용 대상