Menu.CopyTo(Menu[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies array
into this menu's collection of menus, beginning at arrayIndex
.
public void CopyTo (Xamarin.Forms.Menu[] array, int arrayIndex);
abstract member CopyTo : Xamarin.Forms.Menu[] * int -> unit
override this.CopyTo : Xamarin.Forms.Menu[] * int -> unit
Parameters
- array
- Menu[]
The menu items to copy into this menu.
- arrayIndex
- System.Int32
The index at which to begin inserting menus.
Implements
System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)