NSMutableOrderedSet.SetObject(NSObject, nint) Method

Definition

Appends or replaces the object at the specified index.

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

Parameters

obj
NSObject
index
System.System.IntPtr System.nativeint
Attributes

Applies to