CustomSortHelperTSortAssumingIncreased Method
Resorts only the item at the specified index assuming:
1) all other items are properly sorted
2) this item's value increased.
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void SortAssumingIncreased(
int index
)
Public Sub SortAssumingIncreased (
index As Integer
)
public:
void SortAssumingIncreased(
int index
)
function SortAssumingIncreased(index);
Parameters
- index Int32
- The index of the item to resort.