NSUserDefaults.DictionaryForKey(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.
The NSDictionary for the specified key.
[Foundation.Export("dictionaryForKey:")]
public virtual Foundation.NSDictionary DictionaryForKey (string defaultName);
abstract member DictionaryForKey : string -> Foundation.NSDictionary
override this.DictionaryForKey : string -> Foundation.NSDictionary
Parameters
- defaultName
- String
The key name used to lookup the stored value.
Returns
The dictionary that was stored with the specific key, or null
if the stored value is not present or is not an NSDictionary.
- Attributes