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
| Name | Description |
|---|---|
| Remove(NSIndexSet) | |
| Remove(UIntPtr) |
Removes a single index from the collection. |
Remove(NSIndexSet)
[Foundation.Export("removeIndexes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(Foundation.NSIndexSet other);
[<Foundation.Export("removeIndexes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : Foundation.NSIndexSet -> unit
override this.Remove : Foundation.NSIndexSet -> unit
Parameters
- other
- NSIndexSet
- Attributes
Applies to
Remove(UIntPtr)
Removes a single index from the collection.
[Foundation.Export("removeIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(UIntPtr index);
[<Foundation.Export("removeIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : unativeint -> unit
override this.Remove : unativeint -> unit
Parameters
- index
-
UIntPtr
unativeint
The index to remove.
- Attributes