NSMutableOrderedSet<TKey>.ReplaceObjects(NSIndexSet, TKey[]) 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.
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.