Switches the items at the specified indexes in the collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public void Switch(
	int index1,
	int index2
)
Visual Basic (Declaration)
Public Sub Switch ( _
	index1 As Integer, _
	index2 As Integer _
)

Parameters

index1
Type: System..::..Int32
index2
Type: System..::..Int32

See Also