NSMutableOrderedSet.InsertObjects(NSObject[], 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 corresponding indices.
[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