2014-03-25 193 views

回答

10

您可以使用:

var newdict = original.ToDictionary(kvp => kvp.Key, kvp => (float)kvp.Value); 
+0

完美!謝謝里德。 – Yang

相關問題