NSMutableIndexSet.Add 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.
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