DictionaryContainer.GetNSDictionary 方法

定义

重载

GetNSDictionary(NSString)

返回与 NSDictionarykey关联的 。

GetNSDictionary<TKey,TValue>(NSString)

返回与 NSDictionarykey关联的 。

GetNSDictionary(NSString)

返回与 NSDictionarykey关联的 。

protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary

参数

key
NSString

NSDictionary 的标识符。

返回

适用于

GetNSDictionary<TKey,TValue>(NSString)

返回与 NSDictionarykey关联的 。

protected Foundation.NSDictionary<TKey,TValue> GetNSDictionary<TKey,TValue> (Foundation.NSString key) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)> (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)

类型参数

TKey

存储字典中键的类型。

TValue

存储字典中值的类型。

参数

key
NSString

NSDictionary 的标识符。

返回

适用于