共用方式為


NSMutableDictionary.Item[] 屬性

定義

多載

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

參數

key
String

屬性值

適用於

Item[NSString]

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

參數

key
NSString

屬性值

適用於

Item[NSObject]

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

參數

key
NSObject

屬性值

實作

適用於