TemplateGroupCollection.AddRange Method
.NET Framework 3.0
Adds the template groups in an existing TemplateGroupCollection object to the current TemplateGroupCollection object.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public void AddRange ( TemplateGroupCollection groups )
public function AddRange ( groups : TemplateGroupCollection )
Not applicable.
Parameters
- groups
A TemplateGroupCollection that contains the groups to add to the collection.
The AddRange method adds multiple groups to the collection. To add a single TemplateGroup object to the end of the collection, use the Add method. To add a TemplateGroup object to the collection at a specific index location, use the Insert method.
Community Additions
ADD
Show: