Esempio n. 1
0
 private bool ObjectForKeyBool(string key)
 {
     return(ObjC.MessageSendBool(Handle, Selector.GetHandle("objectForKey:"), ObjC.ToNSString(key)));
 }
Esempio n. 2
0
 public bool Save(string path, bool atomically = true)
 {
     return(ObjC.MessageSendBool(Handle, Selector.GetHandle("writeToFile:atomically:"), path, atomically));
 }