Switches the two specified ranges of items in the collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public void SwitchRanges( int index1, int count1, int index2, int count2 ) |
Visual Basic (Declaration) |
---|
Public Sub SwitchRanges ( _ index1 As Integer, _ count1 As Integer, _ index2 As Integer, _ count2 As Integer _ ) |
Parameters
- index1
- Type: System..::.Int32
- count1
- Type: System..::.Int32
- index2
- Type: System..::.Int32
- count2
- Type: System..::.Int32