NSMutableOrderedSet.SetObject(NSObject, nint) 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.
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