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
AppendBytes(Byte[]) | |
AppendBytes(IntPtr, nuint) |
Adds the specified number of bytes to this NSMutableData. |
AppendBytes(Byte[], nint, nint) |
AppendBytes(Byte[])
public void AppendBytes (byte[] bytes);
member this.AppendBytes : byte[] -> unit
Parameters
- bytes
- Byte[]
Applies to
AppendBytes(IntPtr, nuint)
Adds the specified number of bytes to this NSMutableData.
[Foundation.Export("appendBytes:length:")]
public virtual void AppendBytes (IntPtr bytes, nuint len);
abstract member AppendBytes : nativeint * nuint -> unit
override this.AppendBytes : nativeint * nuint -> unit
Parameters
- bytes
-
IntPtr
nativeint
- len
- System.System.UIntPtr System.unativeint
- Attributes
Applies to
AppendBytes(Byte[], nint, nint)
public void AppendBytes (byte[] bytes, nint start, nint len);
member this.AppendBytes : byte[] * nint * nint -> unit
Parameters
- bytes
- Byte[]
- start
- System.System.IntPtr System.nativeint
- len
- System.System.IntPtr System.nativeint