NSDictionary.GetSharedKeySetForKeys(NSObject[]) Method

Definition

Creates a shared key set for the specified keys.

[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

Parameters

keys
NSObject[]

Returns

Attributes

Applies to