Section.Insert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- idx
- Int32
- newElement
- RootElement
Applies to
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
Parameters
- idx
- Int32
- newElements
- IEnumerable<Element>