Share via


NSMutableOrderedSet.Replace(IntPtr, NSObject) Method

Definition

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

Parameters

objectAtIndex
IntPtr

nativeint

newObject
NSObject
Attributes

Applies to