Check out example codes for "c# inline initialize dictionary". It will help you in understanding the concepts better.
Code Example 1
var testDict = new Dictionary<string, string>() { ["key1"] = "value1", ["key2"] = "value2" };
Learn ReactJs, React Native from akashmittal.com