Implements the operator +.

C# | Visual Basic | Visual C++ |
public static NSMutableAttributedString operator +( NSMutableAttributedString mutableAttributedString, NSAttributedString attributedString )
Public Shared Operator + ( _ mutableAttributedString As NSMutableAttributedString, _ attributedString As NSAttributedString _ ) As NSMutableAttributedString
public: static NSMutableAttributedString^ operator +( NSMutableAttributedString^ mutableAttributedString, NSAttributedString^ attributedString )

- mutableAttributedString (NSMutableAttributedString)
- The mutable attributed string.
- attributedString (NSAttributedString)
- The attributed 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)