Section.Insert 方法 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| Insert(Int32, Element[]) | |
| Insert(Int32, UITableViewRowAnimation, Element[]) | |
| Insert(Int32, UITableViewRowAnimation, RootElement) | |
| Insert(Int32, UITableViewRowAnimation, IEnumerable<Element>) | 
Insert(Int32, Element[])
Insert(Int32, UITableViewRowAnimation, Element[])
Insert(Int32, UITableViewRowAnimation, RootElement)
public void Insert(int idx, UIKit.UITableViewRowAnimation anim, MonoTouch.Dialog.RootElement newElement);
	member this.Insert : int * UIKit.UITableViewRowAnimation * MonoTouch.Dialog.RootElement -> unit
	参数
- idx
 - Int32
 
- newElement
 - RootElement
 
适用于
Insert(Int32, UITableViewRowAnimation, IEnumerable<Element>)
public int Insert(int idx, UIKit.UITableViewRowAnimation anim, System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Element> newElements);
	member this.Insert : int * UIKit.UITableViewRowAnimation * seq<MonoTouch.Dialog.Element> -> int
	参数
- idx
 - Int32
 
- newElements
 - IEnumerable<Element>