AdjustValueCollectionCopyTo Method

Copies all elements from the 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
Starting index in the target array.

Implements

ICollectionCopyTo(Array, Int32)
See Also