NSUserDefaults.RemoveObject(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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