Share via


NSMutableArray.ReplaceObject(IntPtr, NSObject) Method

Definition

[Foundation.Export("replaceObjectAtIndex:withObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceObject(IntPtr index, Foundation.NSObject withObject);
[<Foundation.Export("replaceObjectAtIndex:withObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceObject : nativeint * Foundation.NSObject -> unit
override this.ReplaceObject : nativeint * Foundation.NSObject -> unit

Parameters

index
IntPtr

nativeint

withObject
NSObject
Attributes

Applies to