NSDictionary.GetSharedKeySetForKeys(NSObject[]) 方法

定义

为指定的密钥创建共享密钥集。

[Foundation.Export("sharedKeySetForKeys:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSObject GetSharedKeySetForKeys (Foundation.NSObject[] keys);
static member GetSharedKeySetForKeys : Foundation.NSObject[] -> Foundation.NSObject

参数

keys
NSObject[]

返回

属性

适用于