terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Contraction.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000033")]
8 internal class Contraction
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60000A9")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AADBD0", Offset = "0x1AADBD0", Length = "0x44")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public Contraction(int index, char[] source, string replacement, byte[] sortkey)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x40000DD")]
20 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
21 public int Index;
22
23 [global::Cpp2ILInjected.Token(Token = "0x40000DE")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
25 public readonly char[] Source;
26
27 [global::Cpp2ILInjected.Token(Token = "0x40000DF")]
28 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
29 public readonly string Replacement;
30
31 [global::Cpp2ILInjected.Token(Token = "0x40000E0")]
32 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
33 public readonly byte[] SortKey;
34 }
35}
class f__AnonymousType0<< Count > j__TPar
Contraction(int index, char[] source, string replacement, byte[] sortkey)