foreach (KeyValuePair<double,double> p in dict) { list.Add(new KeyValuePair<double,double>(p.Key,p.Value)); }. Not really that bad but I was just curious.
確定! 回上一頁