VisualStateGroupList.CopyTo(VisualStateGroup[], Int32) 方法

定義

arrayIndex 處開始,將清單群組複製到指定的 array

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

參數

arrayIndex
System.Int32

實作

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

適用於