NSKeyedUnarchiverDelegate.ReplacingObject Method

Definition

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

Parameters

unarchiver
NSKeyedUnarchiver
oldObject
NSObject
newObject
NSObject
Attributes

Applies to