MonobjcMonobjc Documented Class Library
FormIntersectionWithCharacterSet Method (otherSet)
NamespacesMonobjc.FoundationNSMutableCharacterSetFormIntersectionWithCharacterSet(NSCharacterSet)

Modifies the receiver so it contains only characters that exist in both the receiver and otherSet.

Original signature is '- (void)formIntersectionWithCharacterSet:(NSCharacterSet *)otherSet'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void FormIntersectionWithCharacterSet(
	NSCharacterSet otherSet
)
Public Overridable Sub FormIntersectionWithCharacterSet ( _
	otherSet As NSCharacterSet _
)
public:
virtual void FormIntersectionWithCharacterSet(
	NSCharacterSet^ otherSet
)
Parameters
otherSet (NSCharacterSet)
The character set with which to perform the intersection.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)