CopyTo Method
Collapse the table of content
Expand the table of content

CookieCollection.CopyTo Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Copies the contents of this CookieCollection to the specified array, starting at the specified index.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

'Declaration
Public Sub CopyTo ( _
	array As Array, _
	index As Integer _
)

Parameters

array
Type: System.Array
The array to copy the contents of the collection to.
index
Type: System.Int32
The 0-based index in the destination array to start the copy operation.

Implements

ICollection.CopyTo(Array, Int32)

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft