NSMutableOrderedSet.MoveObjects(NSIndexSet, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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