Moves an item to a new index in the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
public void Move( Object item, int toIndex ) |
Visual Basic (Declaration) |
---|
Public Sub Move ( _ item As Object, _ toIndex As Integer _ ) |
Parameters
- item
- Type: System..::.Object
The item to move.
- toIndex
- Type: System..::.Int32
The index to move the item to.