Click or drag to resize

TypedCollectionTAdd Method (Object)

Append an item to the collection.

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 int Add(
	Object value
)

Parameters

value
Type: SystemObject
Object reference.

Return Value

Type: Int32
The position into which the new item was inserted.

Implements

IListAdd(Object)
See Also