Section.AddAll(IEnumerable<Element>) 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.
Add version that can be used with LINQ
public int AddAll (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Element> elements);
member this.AddAll : seq<MonoTouch.Dialog.Element> -> int
Parameters
- elements
- IEnumerable<Element>
An enumerable list that can be produced by something like: from x in ... select (Element) new MyElement (...)