NSMutableOrderedSet.Insert(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.
Inserts the specified object at the specified index.
[Foundation.Export("insertObject:atIndex:")]
public virtual void Insert (Foundation.NSObject obj, nint atIndex);
abstract member Insert : Foundation.NSObject * nint -> unit
override this.Insert : Foundation.NSObject * nint -> unit
Parameters
- obj
- NSObject
- atIndex
- System.System.IntPtr System.nativeint
- Attributes