MonobjcMonobjc Documented Class Library
FormUnionWithCharacterSet Method (otherSet)
NamespacesMonobjc.FoundationNSMutableCharacterSetFormUnionWithCharacterSet(NSCharacterSet)

Modifies the receiver so it contains all characters that exist in either the receiver or otherSet.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void FormUnionWithCharacterSet(
	NSCharacterSet otherSet
)
Public Overridable Sub FormUnionWithCharacterSet ( _
	otherSet As NSCharacterSet _
)
public:
virtual void FormUnionWithCharacterSet(
	NSCharacterSet^ otherSet
)
Parameters
otherSet (NSCharacterSet)
MISSING
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)