Hello, Thanks for spotting it. It will be fixed in the next release (by mid-july if everything goes well).
Regards, Laurent Etiemble. 2009/7/9 Cameron Villers <[email protected]>: > It looks like NSUserDefaults.Synchronize is translated wrong. In Objective-C > the definition is: > > - (BOOL)synchronize > > However, in Monobjc we get: > > public virtual bool Synchronize > { > get { return ObjectiveCRuntime.SendMessage<bool>(this, "synchronize"); } > } > > though synchronize is actually a method and not a property. >

