Check out example codes for "c# iorderedenumerable to dictionary". It will help you in understanding the concepts better.
Code Example 1
sortedDict.ToDictionary(pair => pair.Key, pair => pair.Value);
Learn ReactJs, React Native from akashmittal.com