Share via


NSMutableOrderedSet<TKey>.InsertObjects(TKey[], NSIndexSet) Method

Definition

Inserts the specified objects at the specified indexes in the ordered set.

public void InsertObjects(TKey[] objects, Foundation.NSIndexSet atIndexes);
override this.InsertObjects : 'Key[] * Foundation.NSIndexSet -> unit

Parameters

objects
TKey[]

An array of objects to insert.

atIndexes
NSIndexSet

The indexes at which to insert the objects.

Applies to