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)