Click or drag to resize

TypedCollectionTAddRange Method

Append an array of items.

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 virtual void AddRange(
	T[] itemArray
)

Parameters

itemArray
Type: T
Array of items to add.
See Also