VisualStateGroupList.CopyTo(VisualStateGroup[], Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将列表组复制到指定的 array
,从 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
参数
- array
- VisualStateGroup[]
- arrayIndex
- System.Int32
实现
System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)