共用方式為


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
屬性

適用於