共用方式為


NSMutableOrderedSet.MoveObjects(NSIndexSet, nint) 方法

定義

移動目前位於指定索引處的物件,使其從指定的目的地索引開始。

[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

參數

indexSet
NSIndexSet
destination
System.System.IntPtr System.nativeint
屬性

適用於