共用方式為


NSMutableDictionary.FromSharedKeySet(NSObject) 方法

定義

建立新的可變動字典的 Factory 方法,已針對指定的共用索引鍵集進行優化。

[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

參數

sharedKeyToken
NSObject

傳回

屬性

適用於