MonobjcMonobjc Documented Class Library
Addition Operator
NamespacesMonobjc.FoundationNSMutableStringAddition(NSMutableString, NSString)
Implements the operator +.
Declaration Syntax
C#Visual BasicVisual C++
public static NSMutableString operator +(
	NSMutableString string,
	NSString otherString
)
Public Shared Operator + ( _
	string As NSMutableString, _
	otherString As NSString _
) As NSMutableString
public:
static NSMutableString^ operator +(
	NSMutableString^ string, 
	NSString^ otherString
)
Parameters
string (NSMutableString)
The string.
otherString (NSString)
The other string.
Return Value
The result of the operator.
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)