Click or drag to resize

ButtonSpecCollectionTCopyTo(Array, Int32) Method

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array  Array
The Array that is the destination of the elements copied from the collection.
index  Int32
The index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also