Share via


NSMutableArray.InsertObjects(NSObject[], NSIndexSet) Method

Definition

[Foundation.Export("insertObjects:atIndexes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertObjects(Foundation.NSObject[] objects, Foundation.NSIndexSet atIndexes);
[<Foundation.Export("insertObjects:atIndexes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertObjects : Foundation.NSObject[] * Foundation.NSIndexSet -> unit
override this.InsertObjects : Foundation.NSObject[] * Foundation.NSIndexSet -> unit

Parameters

objects
NSObject[]
atIndexes
NSIndexSet
Attributes

Applies to