다음을 통해 공유


Section.Insert 메서드

정의

오버로드

Insert(Int32, Element[])
Insert(Int32, UITableViewRowAnimation, Element[])
Insert(Int32, UITableViewRowAnimation, RootElement)
Insert(Int32, UITableViewRowAnimation, IEnumerable<Element>)

Insert(Int32, Element[])

public void Insert (int index, params MonoTouch.Dialog.Element[] newElements);
member this.Insert : int * MonoTouch.Dialog.Element[] -> unit

매개 변수

index
Int32
newElements
Element[]

적용 대상

Insert(Int32, UITableViewRowAnimation, Element[])

public void Insert (int idx, UIKit.UITableViewRowAnimation anim, params MonoTouch.Dialog.Element[] newElements);
member this.Insert : int * UIKit.UITableViewRowAnimation * MonoTouch.Dialog.Element[] -> unit

매개 변수

idx
Int32
newElements
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>

반환

적용 대상