The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CookieCollection::CopyTo Method
.NET Framework (current version)
Copies the elements of this CookieCollection to the specified destination array.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array^, Int32) | Copies the elements of a CookieCollection to an instance of the Array class, starting at a particular index. |
![]() | CopyTo(array<Cookie^>^, Int32) | Copies the elements of this CookieCollection to a Cookie array starting at the specified index of the target array. |
Show:
