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