私は、降順でソートされた辞書を持っています。各文字列(キー)は用語であり、int(値)はそのカウントです。どのように私は最初のカウントを取得?それは最大のカウント(周波数)を指しているからです.......事前に感謝します。辞書の最初の項目
Just to inform some of whom commented that the dictionary<string,int> will change its
rank. Be sure, if you are grouping the dictionary by its count, there is no problem
with the order . Always the dictionary will come with highest count at first.
'dict.First()' ?! http://stackoverflow.com/a/436957/284240 ['OrderedDictionary'](http://msdn.microsoft.com/en-us/library/system.collections.specialized.ordereddictionary.aspx ) –
辞書はハッシュテーブルです。それらはソートされていません。いくつかのコードを見せてください。 – Steven
@Tim SchmelterはDict.valueを意味しています....そうですか? – FSm