NSMutableOrderedSet.ReplaceObjects(NSIndexSet, NSObject[]) Method

Definition

Replaces the objects at the specified indices with the specified replacements.

[Foundation.Export("replaceObjectsAtIndexes:withObjects:")]
public virtual void ReplaceObjects (Foundation.NSIndexSet indexSet, Foundation.NSObject[] replacementObjects);
abstract member ReplaceObjects : Foundation.NSIndexSet * Foundation.NSObject[] -> unit
override this.ReplaceObjects : Foundation.NSIndexSet * Foundation.NSObject[] -> unit

Parameters

indexSet
NSIndexSet
replacementObjects
NSObject[]
Attributes

Applies to