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