Hi,
I have a dictionary in VB.Net
Dim fileDetailsDictionary As New Dictionary(Of String, Dictionary(Of String, String))
In the Value of fileDetailsDictionary , I have 3 keys
key1, key2, key3
I want to sort the whole dictionary by Key3
Anybody has any thoughts on this?
Thanks!!!
I have a dictionary in VB.Net
Dim fileDetailsDictionary As New Dictionary(Of String, Dictionary(Of String, String))
In the Value of fileDetailsDictionary , I have 3 keys
key1, key2, key3
I want to sort the whole dictionary by Key3
Anybody has any thoughts on this?
Thanks!!!