MenuItemCollection::CopyTo Method
.NET Framework (current version)
Copies the contents of the current MenuItemCollection object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array^, Int32) | Copies all the items from the MenuItemCollection object to a compatible one-dimensional Array, starting at the specified index in the target array. |
![]() | CopyTo(array<MenuItem^>^, Int32) | Copies all the items from the MenuItemCollection object to a compatible one-dimensional array of MenuItem objects, starting at the specified index in the target array. |
Show:
