NSMutableArray.InsertObjects(NSObject[], NSIndexSet) Method

Definition

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

Parameters

objects
NSObject[]
atIndexes
NSIndexSet
Attributes

Applies to