TemplateGroupCollection Constructor ()

 

Initializes a new instance of the TemplateGroupCollection class.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
TemplateGroupCollection()

Use the TemplateGroupCollection constructor to create an empty collection. You can add elements to the collection by using the Add, AddRange, or Insert method.

.NET Framework
Available since 2.0
Return to top
Show: