CopyTo

CustomXmlPartCollection.CopyTo 方法

复制到指定数组。

public void CopyTo(Array array, int index)
参数类型描述
arrayArray要复制到的数组。
indexInt32开始复制的索引。

另见