Share via


NSMutableOrderedSet.ExchangeObject(IntPtr, IntPtr) Method

Definition

Exchanges the objects at the specified indices.

[Foundation.Export("exchangeObjectAtIndex:withObjectAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ExchangeObject(IntPtr first, IntPtr second);
[<Foundation.Export("exchangeObjectAtIndex:withObjectAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExchangeObject : nativeint * nativeint -> unit
override this.ExchangeObject : nativeint * nativeint -> unit

Parameters

first
IntPtr

nativeint

second
IntPtr

nativeint

Attributes

Applies to