TemplateGroupCollection Constructor

Definition

Initializes a new instance of the TemplateGroupCollection class.

public:
 TemplateGroupCollection();
public TemplateGroupCollection ();
Public Sub New ()

Remarks

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

Applies to

See also