BuildMaster SDK Reference
Version:
AddRange(System.Web.UI.ControlCollection toControl, System.Collections.Generic.IEnumerable<System.Web.UI.Control> controls) Method
Adds a collection of controls to another control's collection.
Syntax
public
static
void AddRange(System.Web.UI.ControlCollection toControl, IEnumerable<System.Web.UI.Control> controls)
Parameters
- toControl
- Type: System.Web.UI.ControlCollection
Control collection to add to.
- controls
- Type: System.Collections.Generic.IEnumerable<System.Web.UI.Control>
The controls to add.