NSMutableIndexSet.Remove 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
Remove(NSIndexSet) |
Removes the indexes specified in |
Remove(nuint) |
Removes a single index from the collection. |
Remove(NSIndexSet)
Removes the indexes specified in other
that exist in this set.
[Foundation.Export("removeIndexes:")]
public virtual void Remove (Foundation.NSIndexSet other);
abstract member Remove : Foundation.NSIndexSet -> unit
override this.Remove : Foundation.NSIndexSet -> unit
Parameters
- other
- NSIndexSet
The set of indexes to remove.
- Attributes
Applies to
Remove(nuint)
Removes a single index from the collection.
[Foundation.Export("removeIndex:")]
public virtual void Remove (nuint index);
abstract member Remove : nuint -> unit
override this.Remove : nuint -> unit
Parameters
- index
- System.System.UIntPtr System.unativeint
The index to remove.
- Attributes