CopyTo

SectionSlideCollection.CopyTo 方法

将整个集合复制到指定数组。

public void CopyTo(Array array, int index)
参数类型描述
arrayArray目标数组
indexInt32目标数组中的索引。

另见