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

◆ SetDictionary()

void Ionic.Zlib.InflateBlocks.SetDictionary ( byte[] d,
int start,
int n )
inlinepackage

Definition at line 49 of file InflateBlocks.cs.

50 {
51 byte[] array = this.window;
52 long num = 0L;
53 Array.Copy(d, start, array, (int)num, n);
54 this.readAt = n;
55 }
class f__AnonymousType0<< Count > j__TPar
static void Copy(Array sourceArray, Array destinationArray, long length)
Definition Array.cs:205

References System.array, System.Array.Copy(), j__TPar, System.L, System.start, and Ionic.Zlib.InflateBlocks.window.