TableSectionBase<T>.Insert(Int32, T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將項目插入指定位置的這個 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)