NSUbiquitousKeyValueStore.Item[] Property

Definition

Overloads

Item[NSString]
Item[String]

Item[NSString]

public Foundation.NSObject this[Foundation.NSString key] { get; set; }
member this.Item(Foundation.NSString) : Foundation.NSObject with get, set

Parameters

key
NSString

Property Value

Applies to

Item[String]

public Foundation.NSObject this[string key] { get; set; }
member this.Item(string) : Foundation.NSObject with get, set

Parameters

key
String

Property Value

Applies to