System.Web.UI.WebControls.SubMenuStyleCollection.CopyTo Method

Copies the contents of a System.Web.UI.WebControls.SubMenuStyleCollection collection to an array, starting at a specified array index.

Syntax

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

Parameters

array
Documentation for this section has not yet been entered.
index
The zero-based index in array at which copying begins.

Remarks

The System.Web.UI.WebControls.SubMenuStyle objects are copied to the destination array in the same order in which the enumerator iterates through the System.Web.UI.WebControls.SubMenuStyleCollection collection.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0