CopyTo
TagCollection.CopyTo 方法
将集合中的所有元素复制到指定的数组中。
public void CopyTo(Array array, int index)
参数 | 类型 | 描述 |
---|---|---|
array | Array | 要填充的数组。 |
index | Int32 | 目标数组中的起始位置。 |
另请参见
- class TagCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
将集合中的所有元素复制到指定的数组中。
public void CopyTo(Array array, int index)
参数 | 类型 | 描述 |
---|---|---|
array | Array | 要填充的数组。 |
index | Int32 | 目标数组中的起始位置。 |