NSMutableDictionary.Item[] Property

Definition

Overloads

Item[String]
Item[NSString]
Item[NSObject]

Item[String]

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

Parameters

key
String

Property Value

Applies to

Item[NSString]

public override 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[NSObject]

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

Parameters

key
NSObject

Property Value

Implements

Applies to