NSMutableDictionary.FromSharedKeySet(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.
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