RootElement.Add 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
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.