RootElement.Add 方法

定义

重载

Add(Section)

向此 RootElement 添加新节

Add(IEnumerable<Section>)

将 IEnumerable 中的所有部分添加到此根元素。

Add(Section)

向此 RootElement 添加新节

public void Add (MonoTouch.Dialog.Section section);
member this.Add : MonoTouch.Dialog.Section -> unit

参数

section
Section

要添加的节,如果根可见,则插入节时不带动画

适用于

Add(IEnumerable<Section>)

将 IEnumerable 中的所有部分添加到此根元素。

public void Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Section> sections);
member this.Add : seq<MonoTouch.Dialog.Section> -> unit

参数

sections
IEnumerable<Section>

要添加的部分(作为 IEnumerable)。

适用于