Share via


NSMutableOrderedSet<TKey>.Insert(TKey, IntPtr) Method

Definition

Inserts the specified object at the specified index in the ordered set.

public void Insert(TKey obj, IntPtr atIndex);
override this.Insert : 'Key * nativeint -> unit

Parameters

obj
TKey

The object to insert.

atIndex
IntPtr

nativeint

The index at which to insert the object.

Applies to