NSUserDefaults.RemoveObject(String) Method

Definition

Removes the value at the specified default key of the standard application domain.

[Foundation.Export("removeObjectForKey:")]
public virtual void RemoveObject (string defaultName);
abstract member RemoveObject : string -> unit
override this.RemoveObject : string -> unit

Parameters

defaultName
String

The key that identifies the value that will be removed.

Attributes

Remarks

Applies to