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
Add(NSIndexSet) |
Adds an existing set of indexes to this set. |
Add(nuint) |
Adds a single index to the existing set. |
Add(NSIndexSet)
Adds an existing set of indexes to this set.
[Foundation.Export("addIndexes:")]
public virtual void Add (Foundation.NSIndexSet other);
abstract member Add : Foundation.NSIndexSet -> unit
override this.Add : Foundation.NSIndexSet -> unit
Parameters
- other
- NSIndexSet
The existing set of indexes to add.
- Attributes
Applies to
Add(nuint)
Adds a single index to the existing set.
[Foundation.Export("addIndex:")]
public virtual void Add (nuint index);
abstract member Add : nuint -> unit
override this.Add : nuint -> unit
Parameters
- index
- System.System.UIntPtr System.unativeint
The index to add.
- Attributes