共用方式為


NSMutableData.AppendBytes 方法

定義

多載

AppendBytes(Byte[])
AppendBytes(IntPtr, nuint)

將指定的位元組數目新增至這個 NSMutableData。

AppendBytes(Byte[], nint, nint)

AppendBytes(Byte[])

public void AppendBytes (byte[] bytes);
member this.AppendBytes : byte[] -> unit

參數

bytes
Byte[]

適用於

AppendBytes(IntPtr, nuint)

將指定的位元組數目新增至這個 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

參數

bytes
IntPtr

nativeint

len
System.System.UIntPtr System.unativeint
屬性

適用於

AppendBytes(Byte[], nint, nint)

public void AppendBytes (byte[] bytes, nint start, nint len);
member this.AppendBytes : byte[] * nint * nint -> unit

參數

bytes
Byte[]
start
System.System.IntPtr System.nativeint
len
System.System.IntPtr System.nativeint

適用於