CustomXmlPartCollectionCopyTo Method

Copy to specified array.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
Array to copy to.
index
Type: SystemInt32
Index to begin copying.

Implements

ICollectionCopyTo(Array, Int32)
See Also