NSMutableOrderedSet.MoveObjects(NSIndexSet, nint) Method

Definition

Moves the objects currently at the specified indices so that they start at the specified destination index.

[Foundation.Export("moveObjectsAtIndexes:toIndex:")]
public virtual void MoveObjects (Foundation.NSIndexSet indexSet, nint destination);
abstract member MoveObjects : Foundation.NSIndexSet * nint -> unit
override this.MoveObjects : Foundation.NSIndexSet * nint -> unit

Parameters

indexSet
NSIndexSet
destination
System.System.IntPtr System.nativeint
Attributes

Applies to