NSMutableDictionary.FromSharedKeySet(NSObject) Method

Definition

Factory method to create a new mutable dictionary, optimized for the specified shared key set.

[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

Parameters

sharedKeyToken
NSObject

Returns

Attributes

Applies to