MonobjcMonobjc Documented Class Library
AppendData Method (otherData)
NamespacesMonobjc.FoundationNSMutableDataAppendData(NSData)

Appends the content of another NSData object to the receiver.

Original signature is '- (void)appendData:(NSData *)otherData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendData(
	NSData otherData
)
Public Overridable Sub AppendData ( _
	otherData As NSData _
)
public:
virtual void AppendData(
	NSData^ otherData
)
Parameters
otherData (NSData)
The data object whose content is to be appended to the contents of the receiver.
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)