Share via


NSMutableOrderedSet.MoveObjects(NSIndexSet, IntPtr) Method

Definition

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

[Foundation.Export("moveObjectsAtIndexes:toIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveObjects(Foundation.NSIndexSet indexSet, IntPtr destination);
[<Foundation.Export("moveObjectsAtIndexes:toIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveObjects : Foundation.NSIndexSet * nativeint -> unit
override this.MoveObjects : Foundation.NSIndexSet * nativeint -> unit

Parameters

indexSet
NSIndexSet
destination
IntPtr

nativeint

Attributes

Applies to