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
)
Public Sub CopyTo (
array As Array,
index As Integer
)
public:
virtual void CopyTo(
Array^ array,
int index
) sealed
abstract CopyTo :
array : Array *
index : int -> unit
override CopyTo :
array : Array *
index : int -> unit
Parameters
- array
- Type: SystemArray
Target array. - index
- Type: SystemInt32
Starting index in the target array.
Implements
ICollectionCopyTo(Array, Int32)See Also