NSDictionary.GetSharedKeySetForKeys(NSObject[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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