| FastObservableCollectionTMove Method (T, T) |
Move item at a to b
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public void Move(
T a,
T b
)
Parameters
- a
- Type: T
The element to be moved - b
- Type: T
The element position where a should be moved to
See Also