NSCoder.EncodeConditionalObject(NSObject, String) 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.
When overridden, allows conditional encoding of an object, preserving common references.
[Foundation.Export("encodeConditionalObject:forKey:")]
public virtual void EncodeConditionalObject (Foundation.NSObject val, string key);
abstract member EncodeConditionalObject : Foundation.NSObject * string -> unit
override this.EncodeConditionalObject : Foundation.NSObject * string -> unit
Parameters
- key
- String
Key to associate with the object being encoded.
- Attributes