ControlCollectionCopyTo Method

Copies the entire collection to the 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
Target array
index
Type: SystemInt32
Index in the target array.

Implements

ICollectionCopyTo(Array, Int32)
See Also