ButtonSpecCollectionTAddRange Method |
Append an array of button spec instances.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void AddRange(
T[] array
)
Parameters
- array
- Type: T
Array of instances.
See Also