Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Sorts the dictionary in Decending order - default
Namespace:
SharedCache.WinServiceCommon.Handler.GenericAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static Dictionary<string, long> SortDictionaryDesc( Dictionary<string, long> data ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SortDictionaryDesc ( _ data As Dictionary(Of String, Long) _ ) As Dictionary(Of String, Long) |
| Visual C++ |
|---|
public: static Dictionary<String^, long long>^ SortDictionaryDesc( 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.SortDictionaryDesc(System.Collections.Generic.Dictionary{System.String,System.Int64})"]
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.Generic.Util.SortDictionaryDesc(System.Collections.Generic.Dictionary{System.String,System.Int64})"]