CustomSortHelperTSortAssumingIncreased Method

Resorts only the item at the specified index assuming: 1) all other items are properly sorted 2) this item's value increased.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void SortAssumingIncreased(
	int index
)

Parameters

index  Int32
The index of the item to resort.

See Also