Click or drag to resize

ButtonSpecCollectionTCopyTo(T, Int32) Method

Copies button specs to specified array starting at particular index.

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(
	T[] array,
	int arrayIndex
)

Parameters

array  T
Target array.
arrayIndex  Int32
Starting array index.

Implements

ICollectionTCopyTo(T, Int32)
See Also