NSCoder.DecodeObject Method

Definition

Overloads

DecodeObject()

Decodes an object that has been encoded with any of the Encode* methods.

DecodeObject(String)

DecodeObject()

Decodes an object that has been encoded with any of the Encode* methods.

[Foundation.Export("decodeObject")]
public virtual Foundation.NSObject DecodeObject ();
abstract member DecodeObject : unit -> Foundation.NSObject
override this.DecodeObject : unit -> Foundation.NSObject

Returns

Attributes

Applies to

DecodeObject(String)

[Foundation.Export("decodeObjectForKey:")]
public virtual Foundation.NSObject DecodeObject (string key);
abstract member DecodeObject : string -> Foundation.NSObject
override this.DecodeObject : string -> Foundation.NSObject

Parameters

key
String

The key identifying the item to decode.

Returns

Attributes

Applies to