Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Emit() [2/2]

static void Interop.BCrypt.Emit ( byte[] blob,
ref int offset,
byte[] value )
inlinestaticpackage

Definition at line 371 of file Interop.cs.

372 {
373 Buffer.BlockCopy(value, 0, blob, offset, value.Length);
374 offset += value.Length;
375 }
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
Definition Buffer.cs:102

References System.Buffer.BlockCopy(), System.offset, and System.value.