Share via


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

Definition

Replaces the object at the specified index with a new object.

public void Replace(IntPtr objectAtIndex, TKey newObject);
override this.Replace : nativeint * 'Key -> unit

Parameters

objectAtIndex
IntPtr

nativeint

The index of the object to replace.

newObject
TKey

The new object to place at the specified index.

Applies to