NSMutableData.AppendBytes Metodo

Definizione

Overload

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

Aggiunge il numero specificato di byte a questo NSMutableData.

AppendBytes(Byte[], nint, nint)

AppendBytes(Byte[])

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

Parametri

bytes
Byte[]

Si applica a

AppendBytes(IntPtr, nuint)

Aggiunge il numero specificato di byte a questo 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

Parametri

bytes
IntPtr

nativeint

len
System.System.UIntPtr System.unativeint
Attributi

Si applica a

AppendBytes(Byte[], nint, nint)

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

Parametri

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

Si applica a