NSMutableOrderedSet.Insert(NSObject, nint) Method

Definition

Inserts the specified object at the specified index.

[Foundation.Export("insertObject:atIndex:")]
public virtual void Insert (Foundation.NSObject obj, nint atIndex);
abstract member Insert : Foundation.NSObject * nint -> unit
override this.Insert : Foundation.NSObject * nint -> unit

Parameters

obj
NSObject
atIndex
System.System.IntPtr System.nativeint
Attributes

Applies to