NSKeyedArchiverDelegate.ReplacingObject Method

Definition

[Foundation.Export("archiver:willReplaceObject:withObject:")]
public virtual void ReplacingObject (Foundation.NSKeyedArchiver archiver, Foundation.NSObject oldObject, Foundation.NSObject newObject);
abstract member ReplacingObject : Foundation.NSKeyedArchiver * Foundation.NSObject * Foundation.NSObject -> unit
override this.ReplacingObject : Foundation.NSKeyedArchiver * Foundation.NSObject * Foundation.NSObject -> unit

Parameters

archiver
NSKeyedArchiver
oldObject
NSObject
newObject
NSObject
Attributes

Applies to