KryptonCheckedListBoxCheckedIndexCollectionCopyTo Method |
Copies all the elements of the current collection to the specified Array.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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