VisualStateGroupList.CopyTo(VisualStateGroup[], Int32) Method

Definition

Copies the list group to the specified array, starting at arrayIndex.

public void CopyTo (Xamarin.Forms.VisualStateGroup[] array, int arrayIndex);
abstract member CopyTo : Xamarin.Forms.VisualStateGroup[] * int -> unit
override this.CopyTo : Xamarin.Forms.VisualStateGroup[] * int -> unit

Parameters

arrayIndex
System.Int32

Implements

System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)

Applies to