Implements the operator +.

C# | Visual Basic | Visual 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 )

- string (NSMutableString)
- The string.
- otherString (NSString)
- The other string.

The result of the operator.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)