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

◆ ReadReversed()

static byte[] Internal.NativeCrypto.CapiHelper.ReadReversed ( this BinaryReader br,
int count )
inlinestaticprivate

Definition at line 408 of file CapiHelper.cs.

409 {
410 byte[] array = br.ReadBytes(count);
412 return array;
413 }
static void Reverse(Array array)
Definition Array.cs:2207

References System.array, System.count, System.IO.BinaryReader.ReadBytes(), and System.Array.Reverse().