RankedDictionaryTKey, TValue Constructor |
Namespace: Kaos.Collections
public RankedDictionary()
// Instantiate with four ISO 3166-1 country codes: var cc = new RankedDictionary<string,string> { { "TO", "Tonga" }, { "DD", "German Democratic Republic" }, { "CH", "Switzerland" }, { "RU", "Burundi" } };