RootElement.Add Method

Definition

Overloads

Add(Section)

Adds a new section to this RootElement

Add(IEnumerable<Section>)

Adds all of the sections in the IEnumerable to this root element.

Add(Section)

Adds a new section to this RootElement

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

Parameters

section
Section

The section to add, if the root is visible, the section is inserted with no animation

Applies to

Add(IEnumerable<Section>)

Adds all of the sections in the IEnumerable to this root element.

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

Parameters

sections
IEnumerable<Section>

The sections to add, as an IEnumerable.

Applies to