TypedRestrictCollectionTAdd Method (T) |
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 public override void Add(
T item
)
Parameters
- item
- Type: T
Item reference.
Implements
ICollectionTAdd(T)See Also