terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CloneByteArray()

static byte[] Internal.Cryptography.Helpers.CloneByteArray ( this byte[] src)
inlinestatic

Definition at line 11 of file Helpers.cs.

12 {
13 object obj;
14 while (obj == null || obj != null)
15 {
16 }
17 throw new InvalidCastException();
18 }

References System.obj.