Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Sorts the dictionary with specific

Namespace:  SharedCache.WinServiceCommon.Handler.Generic
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static Dictionary<string, long> SortDictionaryAsc(
	Dictionary<string, long> data
)
Visual Basic (Declaration)
Public Shared Function SortDictionaryAsc ( _
	data As Dictionary(Of String, Long) _
) As Dictionary(Of String, Long)
Visual C++
public:
static Dictionary<String^, long long>^ SortDictionaryAsc(
	Dictionary<String^, long long>^ data
)

Parameters

data
Type: System.Collections.Generic..::.Dictionary<(Of <(String, Int64>)>)
The data.

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Handler.Generic.Util.SortDictionaryAsc(System.Collections.Generic.Dictionary{System.String,System.Int64})"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.Generic.Util.SortDictionaryAsc(System.Collections.Generic.Dictionary{System.String,System.Int64})"]

See Also