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