NSMutableData.AppendData(NSData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified data to this NSMutableData.
[Foundation.Export("appendData:")]
public virtual void AppendData (Foundation.NSData other);
abstract member AppendData : Foundation.NSData -> unit
override this.AppendData : Foundation.NSData -> unit
Parameters
- other
- NSData
- Attributes