NSMutableData.SetData(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.
Entirely replaces the current contents of this NSMutableData with the specified data.
[Foundation.Export("setData:")]
public virtual void SetData (Foundation.NSData data);
abstract member SetData : Foundation.NSData -> unit
override this.SetData : Foundation.NSData -> unit
Parameters
- data
- NSData
- Attributes