Click or drag to resize

CommentCollection CopyTo Method

Copies all elements from the collection to the specified array.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
Target array.
index
Type: System Int32
Starting index in the target array.

Implements

ICollection CopyTo(Array, Int32)
See Also