System.Web.Services.Description.BasicProfileViolationCollection.CopyTo Method

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

Syntax

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

Parameters

array
An array of type System.Web.Services.Description.BasicProfileViolation to which to copy the contents of the collection.
index
The zero-based index in array at which copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0