Click or drag to resize

PartitionableListTPartialViewMMove Method

[Missing <summary> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.Move(System.Int32,System.Int32)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32

[Missing <param name="oldIndex"/> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.Move(System.Int32,System.Int32)"]

newIndex  Int32

[Missing <param name="newIndex"/> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.Move(System.Int32,System.Int32)"]

Implements

IObservableListTMove(Int32, Int32)
See Also