NSDictionary.WriteToUrl(NSUrl, Boolean) Method

Definition

Attemps to write the NSDictionary to the specified url, and whether to do so atomically. Returns success or failure.

[Foundation.Export("writeToURL:atomically:")]
public virtual bool WriteToUrl (Foundation.NSUrl url, bool atomically);
abstract member WriteToUrl : Foundation.NSUrl * bool -> bool
override this.WriteToUrl : Foundation.NSUrl * bool -> bool

Parameters

url
NSUrl
atomically
Boolean

Returns

Attributes

Applies to