TypedCollectionTMoveBefore Method |
Move the source item to be immediately before the target item.
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 MoveBefore(
T source,
T target
)
Parameters
- source
- Type: T
Source item to be moved. - target
- Type: T
Target item to place the source item before.
See Also