Share via


NSMutableIndexSet.Add Method

Definition

Overloads

Name Description
Add(NSIndexSet)
Add(UIntPtr)

Adds a single index to the existing set.

Add(NSIndexSet)

[Foundation.Export("addIndexes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Add(Foundation.NSIndexSet other);
[<Foundation.Export("addIndexes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Add : Foundation.NSIndexSet -> unit
override this.Add : Foundation.NSIndexSet -> unit

Parameters

other
NSIndexSet
Attributes

Applies to

Add(UIntPtr)

Adds a single index to the existing set.

[Foundation.Export("addIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Add(UIntPtr index);
[<Foundation.Export("addIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Add : unativeint -> unit
override this.Add : unativeint -> unit

Parameters

index
UIntPtr

unativeint

The index to add.

Attributes

Applies to