System.Web.UI.Design.TemplateGroupCollection.CopyTo Method

Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array.

Syntax

public void CopyTo (TemplateGroup[] array, int index)

Parameters

array
The Array that is the destination of the copied groups. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Remarks

The group elements are copied to the Array object in the same order in which the group elements are indexed within the System.Web.UI.Design.TemplateGroupCollection object.

Requirements

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