System.Web.UI.WebControls.WebParts.WebPartVerbCollection.CopyTo Method

Copies elements of the collection to the specified array, starting at the specified index.

Syntax

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

Parameters

array
The array that elements are to be copied to.
index
The index where copying should begin.

Remarks

For more information on using this method, see ICollection.CopyTo(Array, int).

Requirements

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