Share via


NSMutableOrderedSet.ReplaceObjects(NSIndexSet, NSObject[]) Method

Definition

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

Parameters

indexSet
NSIndexSet
replacementObjects
NSObject[]
Attributes

Applies to