NSMutableOrderedSet<TKey>.Insert(TKey, IntPtr) 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 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.