| FastObservableCollectionTMove Method (T, T) |
Move item at a to b
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public void Move(
T a,
T b
)
Public Sub Move (
a As T,
b As T
)
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