Implements the operator +.

C# | Visual Basic | Visual C++ |
public static NSMutableData operator +( NSMutableData data, NSData otherData )
Public Shared Operator + ( _ data As NSMutableData, _ otherData As NSData _ ) As NSMutableData
public: static NSMutableData^ operator +( NSMutableData^ data, NSData^ otherData )

- data (NSMutableData)
- The data.
- otherData (NSData)
- The other data.

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)