NSMutableData.AppendBytes 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.
Overloads
| Name | Description |
|---|---|
| AppendBytes(Byte[]) | |
| AppendBytes(IntPtr, UIntPtr) | |
| AppendBytes(Byte[], IntPtr, IntPtr) |
AppendBytes(Byte[])
public void AppendBytes(byte[] bytes);
member this.AppendBytes : byte[] -> unit
Parameters
- bytes
- Byte[]
Applies to
AppendBytes(IntPtr, UIntPtr)
[Foundation.Export("appendBytes:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendBytes(IntPtr bytes, UIntPtr len);
[<Foundation.Export("appendBytes:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendBytes : nativeint * unativeint -> unit
override this.AppendBytes : nativeint * unativeint -> unit
Parameters
- bytes
-
IntPtr
nativeint
- len
-
UIntPtr
unativeint
- Attributes