Dictionary<string, string> the = new Dictionary<string, string>(){"ain't", "isn't"};
// Now it is in the dictionary.
Post
August 3, 2015
August 3, 2015
Dictionary<string, string> the = new Dictionary<string, string>(){"ain't", "isn't"};
// Now it is in the dictionary.