NSMutableOrderedSet.ExchangeObject(nint, nint) Method

Definition

Exchanges the objects at the specified indices.

[Foundation.Export("exchangeObjectAtIndex:withObjectAtIndex:")]
public virtual void ExchangeObject (nint first, nint second);
abstract member ExchangeObject : nint * nint -> unit
override this.ExchangeObject : nint * nint -> unit

Parameters

first
System.System.IntPtr System.nativeint
second
System.System.IntPtr System.nativeint
Attributes

Applies to