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