NSUserDefaults.SetPersistentDomain(NSDictionary, String) Method

Definition

Sets keys and values for the specified persistent ___domain.

[Foundation.Export("setPersistentDomain:forName:")]
public virtual void SetPersistentDomain(Foundation.NSDictionary ___domain, string domainName);
abstract member SetPersistentDomain : Foundation.NSDictionary * string -> unit
override this.SetPersistentDomain : Foundation.NSDictionary * string -> unit

Parameters

___domain
NSDictionary

Dictionary to set for the specified ___domain name.

domainName
String

The ___domain name to set.

Attributes

Remarks

Applies to