NSUserDefaults.Item[String] Property
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.
Indexer, returns the NSObject associated with the given key.
public Foundation.NSObject this[string key] { get; set; }
member this.Item(string) : Foundation.NSObject with get, set
Parameters
Property Value
The NSObject that was stored with the specific key, or null
if the stored value is not present.