赞
踩
scanPeripheralsDict = scanPeripheralsDict.OrderByDescending (r => r.Value.rssi).ToDictionary (r => r.Key, r => r.Value);
//foreach (KeyValuePair<string, PeripheralProperty> kvp in scanPeripheralsDict) {
// Debug.Log (kvp.Key + ":" + kvp.Value.rssi + "<br />");
//}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。