Beispiel #1
0
 static void FetchDeviceInfo(DeviceInfo devInfo, NSDictionary plist, string key, string plistKey)
 {
     if (plist.ContainsKey(plistKey))
     {
         devInfo.Add(key, plist[plistKey].ToString());
     }
 }