Share via


NSCoder.DecodeArrayOfObjects Method

Definition

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

classes
NSSet<Class>
key
String

Returns

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

Attributes

Applies to