NSMutableDictionary.FromSharedKeySet(NSObject) 方法

定义

用于创建新的可变字典的工厂方法,针对指定的共享密钥集进行优化。

[Foundation.Export("dictionaryWithSharedKeySet:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSDictionary FromSharedKeySet (Foundation.NSObject sharedKeyToken);
static member FromSharedKeySet : Foundation.NSObject -> Foundation.NSDictionary

参数

sharedKeyToken
NSObject

返回

属性

适用于