ProtocolElementCollection.CopyTo Method (ProtocolElement[], Int32)

 

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

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

member CopyTo : 
        array:ProtocolElement[] *
        index:int -> unit

Parameters

array
Type: System.Web.Services.Configuration.ProtocolElement[]

An array of type ProtocolElement to which to copy the contents of the collection.

index
Type: System.Int32

The zero-based index in Array at which copying begins.

.NET Framework
Available since 2.0
Return to top
Show: