Share via


NSMutableOrderedSet<TKey>.ReplaceObjects(NSIndexSet, TKey[]) Method

Definition

Replaces the objects at the specified indexes with the specified replacement objects.

public void ReplaceObjects(Foundation.NSIndexSet indexSet, params TKey[] replacementObjects);
override this.ReplaceObjects : Foundation.NSIndexSet * 'Key[] -> unit

Parameters

indexSet
NSIndexSet

The indexes of the objects to replace.

replacementObjects
TKey[]

An array of objects to use as replacements.

Applies to