NSCoder.DecodeArrayOfObjects 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
DecodeArrayOfObjects(NSSet<Class>, String)
[Foundation.Export("decodeArrayOfObjectsOfClasses:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject[]? DecodeArrayOfObjects(Foundation.NSSet<ObjCRuntime.Class> classes, string key);
[<Foundation.Export("decodeArrayOfObjectsOfClasses:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeArrayOfObjects : Foundation.NSSet<ObjCRuntime.Class> * string -> Foundation.NSObject[]
override this.DecodeArrayOfObjects : Foundation.NSSet<ObjCRuntime.Class> * string -> Foundation.NSObject[]
Parameters
- key
- String
Returns
NSObject[]
- Attributes
Applies to
DecodeArrayOfObjects(Class, String)
[Foundation.Export("decodeArrayOfObjectsOfClass:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject[]? DecodeArrayOfObjects(ObjCRuntime.Class class, string key);
[<Foundation.Export("decodeArrayOfObjectsOfClass:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeArrayOfObjects : ObjCRuntime.Class * string -> Foundation.NSObject[]
override this.DecodeArrayOfObjects : ObjCRuntime.Class * string -> Foundation.NSObject[]
Parameters
- class
- Class
- key
- String
Returns
NSObject[]
- Attributes