Check out example codes for "adding to a dictionary unity". It will help you in understanding the concepts better.
Code Example 1
Dictionary<string , int> someDictionary
someDictionary.Add("Five" , 5);
Learn ReactJs, React Native from akashmittal.com