Check out example codes for "c# dictionaries". It will help you in understanding the concepts better.
Code Example 1
IDictionary<int, string> dict = new Dictionary<int, string>();
//or
Dictionary<int, string> dict = new Dictionary<int, string>();
Learn ReactJs, React Native from akashmittal.com