Share via


NSKeyedUnarchiverDelegate.ReplacingObject Method

Definition

[Foundation.Export("unarchiver:willReplaceObject:withObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplacingObject(Foundation.NSKeyedUnarchiver unarchiver, Foundation.NSObject oldObject, Foundation.NSObject newObject);
[<Foundation.Export("unarchiver:willReplaceObject:withObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to