System.Web.Services.Description.WebReferenceCollection.CopyTo Method

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

Syntax

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

Parameters

array
An array of Web references into which the collection members are copied.
index
The array index at which to begin copying.

Remarks

The index is zero based. The array must be large enough to fit the contents of the collection copied into it starting at the specified array index.

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