Share via


NSMutableCharacterSet.IntersectWith(NSCharacterSet) Method

Definition

[Foundation.Export("formIntersectionWithCharacterSet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void IntersectWith(Foundation.NSCharacterSet otherSet);
[<Foundation.Export("formIntersectionWithCharacterSet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IntersectWith : Foundation.NSCharacterSet -> unit
override this.IntersectWith : Foundation.NSCharacterSet -> unit

Parameters

otherSet
NSCharacterSet
Attributes

Applies to