Dictionary<string, int> myDictionary = new Dictionary<string, int> { { "apple", 1 }, { "banana", 2 }, { "cherry", 3 } };