Share via


NSNibConnector.Replace(NSObject, NSObject) Method

Definition

[Foundation.Export("replaceObject:withObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Replace(Foundation.NSObject oldObject, Foundation.NSObject newObject);
[<Foundation.Export("replaceObject:withObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Replace : Foundation.NSObject * Foundation.NSObject -> unit
override this.Replace : Foundation.NSObject * Foundation.NSObject -> unit

Parameters

oldObject
NSObject
newObject
NSObject
Attributes

Applies to