Click or drag to resize

TypedCollectionTCopyTo Method (Array, Int32)

Copies all the elements of the current collection to the specified Array.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
The Array that is the destination of the elements copied from the collection.
index
Type: SystemInt32
The index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also