NSCoder.DecodeDictionary 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.
Overloads
| Name | Description |
|---|---|
| DecodeDictionary(NSSet<Class>, NSSet<Class>, String) | |
| DecodeDictionary(Class, Class, String) |
DecodeDictionary(NSSet<Class>, NSSet<Class>, String)
[Foundation.Export("decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary? DecodeDictionary(Foundation.NSSet<ObjCRuntime.Class> keyClasses, Foundation.NSSet<ObjCRuntime.Class> objectClasses, string key);
[<Foundation.Export("decodeDictionaryWithKeysOfClasses:objectsOfClasses:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeDictionary : Foundation.NSSet<ObjCRuntime.Class> * Foundation.NSSet<ObjCRuntime.Class> * string -> Foundation.NSDictionary
override this.DecodeDictionary : Foundation.NSSet<ObjCRuntime.Class> * Foundation.NSSet<ObjCRuntime.Class> * string -> Foundation.NSDictionary
Parameters
- key
- String
Returns
- Attributes
Applies to
DecodeDictionary(Class, Class, String)
[Foundation.Export("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary? DecodeDictionary(ObjCRuntime.Class keyClass, ObjCRuntime.Class objectClass, string key);
[<Foundation.Export("decodeDictionaryWithKeysOfClass:objectsOfClass:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeDictionary : ObjCRuntime.Class * ObjCRuntime.Class * string -> Foundation.NSDictionary
override this.DecodeDictionary : ObjCRuntime.Class * ObjCRuntime.Class * string -> Foundation.NSDictionary
Parameters
- keyClass
- Class
- objectClass
- Class
- key
- String
Returns
- Attributes