Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EmitByte()
[2/2]
static void Interop.BCrypt.EmitByte
(
byte[]
blob
,
ref int
offset
,
byte
value
,
int
count
=
1
)
inline
static
package
Definition at line
377
of file
Interop.cs
.
378
{
379
int
num =
offset
+
count
;
380
for
(
int
i =
offset
;
i
< num;
i
++)
381
{
382
blob[
i
] =
value
;
383
}
384
offset
= num;
385
}
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.value
@ value
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.count
@ count
References
System.count
,
System.offset
, and
System.value
.
Interop
BCrypt
Generated by
1.10.0