INSKeyedUnarchiverDelegate.ReplacingObject Method

Definition

[Foundation.Export("unarchiver:willReplaceObject:withObject:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to