Click or drag to resize

FastObservableCollectionTMove Method (Int32, Int32)

Move item at oldIndex to newIndex.

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

Parameters

oldIndex
Type: SystemInt32

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

newIndex
Type: SystemInt32

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

See Also