Share via


NSMutableOrderedSet.Insert(NSObject, nint) 方法

定义

在指定的索引处插入指定的 对象。

[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

参数

obj
NSObject
atIndex
System.System.IntPtr System.nativeint
属性

适用于